ModelComponentData

@Serializable
data class ModelComponentData(val modelPath: String, val sceneIndex: Int = 0, val animationIndex: Int = -1) : ComponentData

Deprecated

Replaced by MeshComponentData with ShapeData.Model

Constructors

Link copied to clipboard
constructor(modelPath: String, sceneIndex: Int = 0, animationIndex: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sceneIndex: Int = 0