Companion

object Companion

Companion object for AnimationBindTarget.

Provides easy-to-use factory methods for creating bind targets.

Functions

Link copied to clipboard
@JvmStatic
fun bindBlendShapeSubsetWeights(subsetName: String): AnimationBindTarget

Binds to an entity's BlendShape subset weights.

Link copied to clipboard

Binds to an entity's BlendShape weights.

Link copied to clipboard

Binds to an entity's rotation represented as euler angles.

Link copied to clipboard
@JvmStatic
fun bindMaterial(materialIndex: Int = 0, materialTarget: MaterialTarget): AnimationBindTarget

Binds to a material property of an entity. See MaterialTarget to choose the property.

@JvmStatic
fun bindMaterial(materialIndex: Int = 0, materialPropertyName: String): AnimationBindTarget

Binds to a material property by its string name.

Link copied to clipboard

Binds to an entity's position.

Link copied to clipboard

Binds to an entity's rotation.

Link copied to clipboard

Binds to an entity's scale.

Link copied to clipboard