pin

open override var pin: Vector2

When we animate an Actor, we change the actor's position (Actor.position)

pin corresponds to the actors position. For a walking character, it is usually nice to make this level with the ground (i.e. near the bottom middle of the pose).

For many other character, the referenceOffset may be the center of the pose.