Property | Type | Description | |
---|---|---|---|
MGridRect |
Method | Description | |
---|---|---|
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 | |
return | List |
public abstract GetNodeAt ( EpPathFinding.GridPos iPos ) : |
||
iPos | EpPathFinding.GridPos | |
return |
public abstract GetNodeAt ( int iX, int iY ) : |
||
iX | int | |
iY | int | |
return |
public abstract IsWalkableAt ( EpPathFinding.GridPos iPos ) : bool | ||
iPos | EpPathFinding.GridPos | |
return | bool |
public abstract IsWalkableAt ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
return | bool |
public abstract SetWalkableAt ( EpPathFinding.GridPos iPos, byte iWalkable ) : bool | ||
iPos | EpPathFinding.GridPos | |
iWalkable | byte | |
return | bool |
public abstract SetWalkableAt ( int iX, int iY, byte iWalkable ) : bool | ||
iX | int | |
iY | int | |
iWalkable | byte | |
return | bool |