Table of Contents

Struct SceneMetadata

Namespace
KeenEyes.Scenes
Assembly
KeenEyes.Abstractions.dll

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

string

SceneId

Unique identifier for this scene instance.

public Guid SceneId

Field Value

Guid

State

Current state of the scene.

public SceneState State

Field Value

SceneState