GltfBufferView

@Serializable
data class GltfBufferView(val buffer: Int, val byteOffset: Int? = null, val byteLength: Int, val byteStride: Int? = null, val target: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(buffer: Int, byteOffset: Int? = null, byteLength: Int, byteStride: Int? = null, target: Int? = null)

Properties

Link copied to clipboard
val buffer: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val target: Int?