Skip to main content

ZSkinning

actualpackageZSkinning
10 items
constructorZSkinning
constructor()
val boneIds: Array<String>
valdata
val data: ZSkinningData
Provides access to the component's serializable data.
override val isInitialized: Boolean
Represents a boolean value indicating whether a component has been initialized.
override val isRenderizable: Boolean
Represents a boolean value indicating whether a component is renderizable.
val isSerializable: Boolean
Indicates whether this component can be serialized.
override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
fun addBoneId(boneId: String)
open override fun initialize(ctx: ZRenderingContext)
Initializes the ZComponent using the provided ZRenderingContext.
fun removeBoneId(boneId: String)