Skip to content

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.

Released under the MIT License.