Name | Summary |
---|---|
GLXFInternalNode | constructor(entity: Entity, transform: GLXFNodeTransform, name: String? = null, asset: GLXFAsset = GLXFAsset.nullGLXFAsset(), children: MutableList<GLXFNode> = mutableListOf<GLXFNode>(), childrenIndices: MutableSet<Int> = mutableSetOf<Int>(), isRoot: Boolean = true) |
Name | Summary |
---|---|
entity | val entity: Entity The entity associated with the node. |
name | var name: String? The name of the node. |