MeshComponentData

@Serializable
data class MeshComponentData(val shapes: List<ShapeData>) : ComponentData

Constructors

Link copied to clipboard
constructor(shapes: List<ShapeData>)

Properties

Link copied to clipboard