ReadOnlyScenePropertyWrapper

Never use this class directly. Use SceneProperty.asReadOnly to obtain a read-only version of a mutable SceneProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Scene, Property<Scene>>, use ReadOnlyScenePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: SceneProperty)