CompositionData
data class CompositionData(val companyId: UShort, val productId: UShort, val versionId: UShort, val replayProtectionMinimum: UShort, val features: NodeFeatures, val elements: List<MeshElement>)
Parsed composition data page 0 from a node.
Constructors
Link copied to clipboard
constructor(companyId: UShort, productId: UShort, versionId: UShort, replayProtectionMinimum: UShort, features: NodeFeatures, elements: List<MeshElement>)