GltfPrimitive

@Serializable
data class GltfPrimitive(val attributes: LinkedHashMap<String, Int>, val indices: Int? = null, val mode: Int? = null, val material: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(attributes: LinkedHashMap<String, Int>, indices: Int? = null, mode: Int? = null, material: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val indices: Int?
Link copied to clipboard
Link copied to clipboard
val mode: Int?

Functions

Link copied to clipboard