Class Scene

Scene class

The root nodes of a scene.

public sealed class Scene : LogicalChildOfRoot, IVisualNodeContainer

Properties

NameDescription
Extensions { get; }Gets a collection of JsonSerializable instances.
Extras { get; set; }Gets or sets the extras content of this instance.
LogicalIndex { get; }Gets the zero-based index of this object in the Logical resources of GlbData.
LogicalParent { get; }Gets the GlbData instance that owns this object.
Name { get; set; }Gets or sets the display text name, or null.
VisualChildren { get; }

Methods

NameDescription
CreateNode(string)Creates a new Node instance, adds it to LogicalNodes and references it as a child in the current graph.
GetExtension<T>()
RemoveExtensions<T>()
RemoveExtensions<T>(T)
SetExtension<T>(T)
UseExtension<T>()

See Also