public static void ApplyTo(this Pose pose, GameObject gameObject) { pose.ApplyTo(gameObject.transform); }
public static void ApplyTo(this Pose pose, Component component) { pose.ApplyTo(component.transform); }