ReadOnlyScenePropertyWrapper
class ReadOnlyScenePropertyWrapper(wraps: SceneProperty) : ReadOnlyPropertyWrapper<Scene, Property<Scene>> , ReadOnlySceneProperty
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
.