SceneObject class
SceneObject class
The root class of objects that will be stored inside a scene.
Inheritance: SceneObject
→
A3DObject
The SceneObject type exposes the following members:
Properties
Property | Description |
---|---|
name | Gets or sets the name. |
properties | Gets the collection of all properties. |
scene | Gets the scene that this object belongs to |
Methods
Method | Description |
---|---|
remove_property | Removes a dynamic property. |
remove_property | Remove the specified property identified by name |
get_property | Get the value of specified property |
set_property | Sets the value of specified property |
find_property | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
See Also
- module
aspose.threed
- class
A3DObject
- class
SceneObject