Model

@Serializable
data class Model(val modelPath: String? = null, val sceneIndex: Int = 0, val animationIndex: Int = -1) : ShapeData, ShapeData.AssetBased

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val modelPath: String? = null
Link copied to clipboard
open override val name: String
Link copied to clipboard
val sceneIndex: Int = 0

Functions

Link copied to clipboard
open override fun toAssetRef(): AssetReference.Model?