コード例 #1
0
ファイル: PoseUtility.cs プロジェクト: Staskkk/VRPhone
 public static void ApplyTo(this Pose pose, GameObject gameObject)
 {
     pose.ApplyTo(gameObject.transform);
 }
コード例 #2
0
ファイル: PoseUtility.cs プロジェクト: Staskkk/VRPhone
 public static void ApplyTo(this Pose pose, Component component)
 {
     pose.ApplyTo(component.transform);
 }