Class SceneDefinition
- Namespace
- VisioForge.Core.SceneSwitching
- Assembly
- VisioForge.Core.dll
Represents a serializable scene definition for scene collection persistence.
public class SceneDefinitionInheritance
Inherited Members
Properties
Items
Gets or sets the list of scene item definitions.
[JsonPropertyName("items")]
public List<SceneItemDefinition> Items { get; set; }Property Value
Name
Gets or sets the scene name.
[JsonPropertyName("name")]
public string Name { get; set; }