프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MGridRect |
메소드 | 설명 | |
---|---|---|
BaseGrid ( ) : System | ||
BaseGrid ( |
||
Clone ( ) : |
||
GetNeighbors ( |
||
GetNodeAt ( EpPathFinding.GridPos iPos ) : |
||
GetNodeAt ( int iX, int iY ) : |
||
IsWalkableAt ( EpPathFinding.GridPos iPos ) : bool | ||
IsWalkableAt ( int iX, int iY ) : bool | ||
Reset ( ) : void | ||
SetWalkableAt ( EpPathFinding.GridPos iPos, byte iWalkable ) : bool | ||
SetWalkableAt ( int iX, int iY, byte iWalkable ) : bool |
public GetNeighbors ( |
||
iNode | ||
iCrossCorners | bool | |
iCrossAdjacentPoint | bool | |
리턴 | List |
public abstract GetNodeAt ( EpPathFinding.GridPos iPos ) : |
||
iPos | EpPathFinding.GridPos | |
리턴 |
public abstract IsWalkableAt ( EpPathFinding.GridPos iPos ) : bool | ||
iPos | EpPathFinding.GridPos | |
리턴 | bool |
public abstract IsWalkableAt ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
리턴 | bool |
public abstract SetWalkableAt ( EpPathFinding.GridPos iPos, byte iWalkable ) : bool | ||
iPos | EpPathFinding.GridPos | |
iWalkable | byte | |
리턴 | bool |
public abstract SetWalkableAt ( int iX, int iY, byte iWalkable ) : bool | ||
iX | int | |
iY | int | |
iWalkable | byte | |
리턴 | bool |