GltfAccessor

@Serializable
data class GltfAccessor(val bufferView: Int, val byteOffset: Int = 0, val componentType: Int, val count: Int, val max: DoubleArray? = null, val min: DoubleArray? = null, val type: String)(source)

Constructors

Link copied to clipboard
constructor(bufferView: Int, byteOffset: Int = 0, componentType: Int, count: Int, max: DoubleArray? = null, min: DoubleArray? = null, type: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard