class GltfModelTester


A data container for inspecting the properties of a GltfModel resource.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

ByteArray

The raw byte data of the glTF asset.

String

A unique key identifying the asset in the fake rendering runtime.

String

The path or URI string of the glTF asset file used to create the GltfModel.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

assetData

Added in 1.0.0-alpha16
val assetDataByteArray

The raw byte data of the glTF asset.

assetKey

Added in 1.0.0-alpha16
val assetKeyString

A unique key identifying the asset in the fake rendering runtime.

assetPath

Added in 1.0.0-alpha16
val assetPathString

The path or URI string of the glTF asset file used to create the GltfModel.

This value represents:

The default value is "" (an empty string). This typically indicates that the model was not loaded from a file path or URI (for example, if it was created using a byte array via GltfModel.create(session, assetData, assetKey)).