Companion
Companion object for AnimationBindTarget.
It provides some easy used static APIs for AnimationBindTarget.
Functions
Generates an AnimationBindTarget and binds it to the material of an entity. See MaterialTarget to choose the value used to describe the animation behavior when using the AnimationBindTarget.
Generates an AnimationBindTarget and binds it to the material of an entity, by directly specifying the material property name as a string.
Generates an AnimationBindTarget and binds it to the position of an entity.
Generates an AnimationBindTarget and binds it to the rotation of an entity.
Generates an AnimationBindTarget and binds it to the scale of an entity.
Generates an AnimationBindTarget and binds it to the com.pico.spatial.core.math.Transform of an entity.