Represents the group of the shapes/transforms etc.
More...
|
int | ChildrenCount [get] |
| The count of the children.
|
|
override ScriptableObject[] | RelatedObjects [get] |
| The related objects of the node.
|
|
HierarchyNode | this[int index] [get] |
| Providing the access to the child.
|
|
int | ID [get] |
| Element's unique ID.
|
|
virtual ScriptableObject[] | RelatedObjects [get] |
| The related objects of the node.
|
|
Represents the group of the shapes/transforms etc.
◆ AddChild()
Adds a child to the group.
- Parameters
-
node | The child to be added |
◆ RemoveChild()
void VoxelToolkit.Group.RemoveChild |
( |
int |
index | ) |
|
Removes child at the index.
- Parameters
-
index | The index of the child to be removed |
◆ RemoveChildren()
Removes a child from the group.
- Parameters
-
node | The child to be removed |
◆ this[int index]
Providing the access to the child.
- Parameters
-
index | The index of the child to be accessed |
The documentation for this class was generated from the following file:
- Voxel Toolkit/Scripts/Assets/Group.cs