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

GLXFNode

GLXFNode

open class GLXFNode(val entity: Entity, transform: GLXFNodeTransform, var name: String? = null)
An open class representing a node in a GLXF file.

Constructors

NameSummary
GLXFNode
constructor(entity: Entity, transform: GLXFNodeTransform, name: String? = null)

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