Table of Contents

Class SceneDefinition

Namespace
VisioForge.Core.SceneSwitching
Assembly
VisioForge.Core.dll

Represents a serializable scene definition for scene collection persistence.

public class SceneDefinition

Inheritance

Inherited Members

Properties

Items

Gets or sets the list of scene item definitions.

[JsonPropertyName("items")]
public List<SceneItemDefinition> Items { get; set; }

Property Value

List<SceneItemDefinition>

Name

Gets or sets the scene name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string