Class SceneInstance
Contents
[
Hide
]SceneInstance class
Represents a specific and independent state of a SceneTemplate.
public sealed class SceneInstance : IReadOnlyList<DrawableInstance>
Properties
Name | Description |
---|---|
Armature { get; } | |
Count { get; } | |
DrawableInstances { get; } | |
DrawableInstancesCount { get; } | |
Item { get; } |
Methods
Name | Description |
---|---|
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 !:GlbImage.LogicalMeshes. - Transform is an IGeometryTransform that can be used to transform the Mesh into world space. |
GetEnumerator() |
See Also
- struct DrawableInstance
- namespace Aspose.CAD.FileFormats.GLB.Runtime
- assembly Aspose.CAD