コード例 #1
0
ファイル: Hex.cs プロジェクト: mprystupa/Lyrise-Arena
 public Vector2 GetAxialPositon()
 {
     return(HexHelper.CubeToAxial(Position));
 }