AStarTest.Map.GetStairs C# (CSharp) 메소드

GetStairs() 공개 메소드

public GetStairs ( IntVector3 p ) : Stairs
p IntVector3
리턴 Stairs
        public Stairs GetStairs(IntVector3 p)
        {
            return this.Grid[p.Z, p.Y, p.X].Stairs;
        }