コード例 #1
0
ファイル: CoalStripTable.cs プロジェクト: haved/3DSmithGameCs
 public Vector3 GetEyeUp()
 {
     return(transition.GetEyeUp(eyeUp));
 }
コード例 #2
0
 public Vector3 GetEyeUp()
 {
     return(transition.GetEyeUp(Vector3.UnitY));
 }