API reference
API reference
Select your platform
No SDKs available
No versions available

GLXFInternalNode

GLXFInternalNode

class GLXFInternalNode(val entity: Entity, transform: GLXFNodeTransform, var name: String? = null, asset: GLXFAsset = GLXFAsset.nullGLXFAsset(), children: MutableList<GLXFNode> = mutableListOf<GLXFNode>(), childrenIndices: MutableSet<Int> = mutableSetOf<Int>(), isRoot: Boolean = true) : GLXFNode
A subclass of GLXFNode that represents a node in a GLXF file that has children.

Constructors

NameSummary
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)

Properties

NameSummary
entity
val entity: Entity
The entity associated with the node.
name
var name: String?
The name of the node.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon