Class Scene
Contents
[
Hide
]Scene class
The root nodes of a scene.
public sealed class Scene : LogicalChildOfRoot, IVisualNodeContainer
Properties
| Name | Description |
|---|---|
| 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 GlbImage. |
| LogicalParent { get; } | Gets the GlbImage instance that owns this object. |
| Name { get; set; } | Gets or sets the display text name, or null. |
| VisualChildren { get; } |
Methods
| Name | Description |
|---|---|
| CreateNode(string) | Creates a new Node instance, adds it to !:GlbImage.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
- class LogicalChildOfRoot
- interface IVisualNodeContainer
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD