AttributeModel

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

Constructors

Link copied to clipboard
fun AttributeModel(    name: String,     arrayBufferIndex: Int,     vectorSize: Int,     comment: String)

Properties

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