ZBuffer
Utility class for representing the mix of a ZBufferKey + ZBufferContent in a simpler way Notice that ZBufferKey will only address one ZBufferContent, however one ZBufferContent can be addressed by more than one ZBufferKey
Constructors
Link copied to clipboard
constructor()
Initializes a new instance of ZBuffer class. It is used to instantiate a ZBuffer object with default data values.
Initializes a ZBuffer object with a ZBufferKey and ZBufferContent.
constructor(id: Int, dataType: ZDataType, name: String, size: Int, count: Int, normalized: Boolean, offset: Int, stride: Int, isIndexBuffer: Boolean, bufferId: Int, dataArray: ByteArray)
Initializes a ZBuffer object with the given arguments.
Properties
Link copied to clipboard
Link copied to clipboard
Provides access to the component's serializable data.
Link copied to clipboard
Link copied to clipboard
Represents a boolean value indicating whether a component has been initialized.
Link copied to clipboard
Represents a boolean value indicating whether a component is renderizable.
Link copied to clipboard
Link copied to clipboard
Provides access to the component's renderer.