528 B
528 B
| title | description |
|---|---|
| useSceneComputed | Convenience wrapper for scene-derived computed state. |
useSceneComputed
useSceneComputed(fn) is a thin computed wrapper used to make scene-backed derived state explicit in higher-level composables.
Use it when you want intent-revealing computed state that clearly depends on editor scene data.