Struct SceneMetadata
Metadata for a scene root entity.
public struct SceneMetadata : IComponent
- Implements
- Inherited Members
Remarks
This component is automatically added to scene root entities when spawned. It provides identification and state tracking for the scene.
Fields
Name
The name of the scene (matches the .kescene file name).
public required string Name
Field Value
SceneId
Unique identifier for this scene instance.
public Guid SceneId
Field Value
State
Current state of the scene.
public SceneState State