AttributeModel

data class AttributeModel(name: String, arrayBufferIndex: Int, vectorSize: Int, comment: String)

Properties

arrayBufferIndex
Link copied to clipboard
val arrayBufferIndex: Int
comment
Link copied to clipboard
val comment: String
name
Link copied to clipboard
val name: String
vectorSize
Link copied to clipboard
val vectorSize: Int