ZBufferData
14 items
- All (14)
- Constructors (1)
- Properties (13)
All
14constructorZBufferData
constructor(id: Int = -1, dataType: ZDataType = ZTypes.NONE, name: String = '', size: Int = -1, count: Int = -1, normalized: Boolean = false, offset: Int = -1, stride: Int = -1, isIndexBuffer: Boolean = false, bufferId: Int = -1, dataArray: ByteArray = byteArrayOf())
varbufferId
var bufferId: Int
varcount
var count: Int
vardataArray
var dataArray: ByteArray
vardataType
var dataType: ZDataType
valhasData
val hasData: Boolean
varid
var id: Int
var isIndexBuffer: Boolean
varname
var name: String
varnormalized
var normalized: Boolean
varoffset
var offset: Int
valrefId
@Transient open override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
varsize
var size: Int
varstride
var stride: Int
Constructors
1constructorZBufferData
constructor(id: Int = -1, dataType: ZDataType = ZTypes.NONE, name: String = '', size: Int = -1, count: Int = -1, normalized: Boolean = false, offset: Int = -1, stride: Int = -1, isIndexBuffer: Boolean = false, bufferId: Int = -1, dataArray: ByteArray = byteArrayOf())
Properties
13varbufferId
var bufferId: Int
varcount
var count: Int
vardataArray
var dataArray: ByteArray
vardataType
var dataType: ZDataType
valhasData
val hasData: Boolean
varid
var id: Int
var isIndexBuffer: Boolean
varname
var name: String
varnormalized
var normalized: Boolean
varoffset
var offset: Int
valrefId
@Transient open override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
varsize
var size: Int
varstride
var stride: Int