AttributeModel

data class 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