AttributeModel

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

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): Int
component3
Link copied to clipboard
operator fun component3(): Int
component4
Link copied to clipboard
operator fun component4(): String
copy
Link copied to clipboard
fun copy(name: String, arrayBufferIndex: Int, vectorSize: Int, comment: String): AttributeModel
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): 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