Zernikaloscomponents.meshZBufferDataZBufferData Members Constructors ZBufferData 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 bufferId Link copied to clipboard var bufferId: Int 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 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: IntRepresents the unique reference identifier for a component. size Link copied to clipboard var size: Int stride Link copied to clipboard var stride: Int