Class SceneInstance

SceneInstance class

Represents a specific and independent state of a SceneTemplate.

public sealed class SceneInstance : IReadOnlyList<DrawableInstance>

Properties

NameDescription
Armature { get; }
Count { get; }
DrawableInstances { get; }
DrawableInstancesCount { get; }
Item { get; }

Methods

NameDescription
GetDrawableInstance(int)Gets a DrawableInstance object, where: - Name is the name of this drawable instance. Originally, it was the name of Node. - MeshIndex is the logical Index of a Mesh in LogicalMeshes. - Transform is an IGeometryTransform that can be used to transform the Mesh into world space.
GetEnumerator()

See Also