ZBufferData

data class ZBufferData(var key: ZBufferKey = ZBufferKey(), var content: ZBufferContent = ZBufferContent()) : ZComponentData(source)

Constructors

Link copied to clipboard
constructor(key: ZBufferKey = ZBufferKey(), content: ZBufferContent = ZBufferContent())
constructor(id: Int, dataType: ZDataType, name: String, size: Int, count: Int, normalized: Boolean, offset: Int, stride: Int, isIndexBuffer: Boolean, bufferId: Int, dataArray: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
var offset: Int
Link copied to clipboard
@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.

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