Ejemplo n.º 1
0
 public static void ApplyToLocal(this Pose pose, Component component)
 {
     pose.ApplyToLocal(component.transform);
 }
Ejemplo n.º 2
0
 public static void ApplyToLocal(this Pose pose, GameObject gameObject)
 {
     pose.ApplyToLocal(gameObject.transform);
 }