SceneDrawer

Custom Odin property drawer for Scene references that displays the underlying SceneAsset as read-only.

Definition

Namespace: Paragon.Core.SceneManagement.Editor Assembly: Paragon.Editor.dll

[DrawerPriority(0.0, 0.0, 3000.0)]
internal class SceneDrawer : OdinValueDrawer<Scene>

Inheritance: OdinValueDrawer<Scene>SceneDrawer

Behavior

Renders the Scene field as a read-only SceneAsset object field in the inspector.

See Also

Last updated

Was this helpful?