Files
Texture/.ruby-version
Andy Finnell e894389a7e Add experimental feature of hierarchyDisplayDidFinish being recursive (#2123)
* Add experimental feature of hierarchyDisplayDidFinish being recursive

## Summary

`hierarchyDisplayDidFinish` is currently called when a node's immediate subnodes implement custom CALayer rendering. For example, ASNetworkImageNode and ASTextNode perform this sort of rendering. However, it can be useful -- and less fragile -- if `hierarchyDisplayDidFinish` is propagated further up the node hierarchy. That way, if a feature is refactored such that an extra node appears between the node implementing `hierarchyDisplayDidFinish` and the nodes doing CALayer rendering, we don't lose the callback.

## Test plan

Manually tested using a modified version of the Kittens example. Also ran `build.sh tests`.

* Revert SDK change since it's still Xcode 15
2025-05-08 13:19:07 -07:00

2 lines
6 B
Plaintext