ZBufferContent

constructor()(source)

Initializes a new instance of ZBufferContent class. It is used to instantiate a ZBufferContent object with default data values.


constructor(id: Int, dataArray: ByteArray)(source)

Initializes a ZBufferContent object with the given arguments.

Parameters

id

The ID of the buffer content.

dataArray

The array of byte data for the buffer.