Name | Summary |
---|---|
GLXFAsset | constructor(uri: <Error class: unknown class>, index: Int, name: String? = null, scene: String? = null, assetNodes: List<String>? = null, transform: GLTFTransformType = GLTFTransformType.UNDEFINED) |
Name | Summary |
---|---|
Companion | object Companion |
Name | Summary |
---|---|
assetNodes | val assetNodes: List<String>? = null The nodes associated with the asset. |
index | val index: Int The index of the asset in the GLXF file. |
name | val name: String? = null The name of the asset. |
scene | val scene: String? = null The scene associated with the asset. |
transform | val transform: GLTFTransformType The transformation type of the asset. |
uri | val uri: <Error class: unknown class> The URI of the asset. |
Name | Summary |
---|---|
nullGLXFAsset | fun nullGLXFAsset(): GLXFAsset Creates a new GLXFAsset with a null URI and index -1. |