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

GLXFLeafNode

GLXFLeafNode

class GLXFLeafNode(val entity: Entity, transform: GLXFNodeTransform, var name: String? = null, asset: GLXFAsset) : GLXFNode
A subclass of GLXFNode that represents a leaf node in a GLXF file.

Constructors

NameSummary
GLXFLeafNode
constructor(entity: Entity, transform: GLXFNodeTransform, name: String? = null, asset: GLXFAsset)

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