EasePose.EasePose

void EasePose(Pose initial)

Create a new ease value that starts with an initial value. This object will not animate until AnimTo is called.

   
Pose initial The initial value for the object.
void EasePose(Vec3 pos, Quat rot)

Create a new ease value that starts with an initial value. This object will not animate until AnimTo is called.

   
Vec3 pos Position of a Pose.
Quat rot Rotation of a Pose.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!