Constructors

Link copied to clipboard
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

Link copied to clipboard
Link copied to clipboard
var count: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var offset: Int
Link copied to clipboard
@Transient
open override val refId: Int

Represents the unique reference identifier for a component.

Link copied to clipboard
var size: Int
Link copied to clipboard
var stride: Int