Zernikalos/zernikalos.components.mesh/ZBufferData ZBufferData data class ZBufferData(var key: ZBufferKey = ZBufferKey(), var content: ZBufferContent = ZBufferContent()) : ZComponentData(source) Members Constructors ZBufferData 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 attributeId Link copied to clipboard val attributeId: ZAttributeId bufferId Link copied to clipboard var bufferId: Int content Link copied to clipboard var content: ZBufferContent count Link copied to clipboard var count: Int dataArray Link copied to clipboard var dataArray: ByteArray dataType Link copied to clipboard var dataType: ZDataType hasData Link copied to clipboard val hasData: Boolean id Link copied to clipboard var id: Int isIndexBuffer Link copied to clipboard var isIndexBuffer: Boolean key Link copied to clipboard var key: ZBufferKey name Link copied to clipboard var name: String normalized Link copied to clipboard var normalized: Boolean offset Link copied to clipboard var offset: Int refId Link copied to clipboard @Transientopen override val refId: StringRepresents 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. size Link copied to clipboard var size: Int stride Link copied to clipboard var stride: Int ZBufferContentSerializerPrevious PageZBufferKeyNext Page