GltfBuffer

data class GltfBuffer(val byteLength: Int, val uri: String?)(source)

Constructors

Link copied to clipboard
constructor(byteLength: Int, uri: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val uri: String?

Functions

Link copied to clipboard
fun contents(gltfFile: GltfFile): ByteBuffer