Property | Type | Description | |
---|---|---|---|
m_gridRect |
Method | Description | |
---|---|---|
BaseGrid ( ) : System | ||
BaseGrid ( |
||
Clone ( ) : |
||
GetNeighbors ( |
||
GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : |
||
GetNodeAt ( int iX, int iY ) : |
||
IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool | ||
IsWalkableAt ( int iX, int iY ) : bool | ||
Reset ( ) : void | ||
SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool | ||
SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool |
public GetNeighbors ( |
||
iNode | ||
iCrossCorners | bool | |
iCrossAdjacentPoint | bool | |
return | List |
public abstract GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : |
||
iPos | EpPathFinding.cs.GridPos | |
return |
public abstract GetNodeAt ( int iX, int iY ) : |
||
iX | int | |
iY | int | |
return |
public abstract IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
return | bool |
public abstract IsWalkableAt ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
return | bool |
public abstract SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
iWalkable | bool | |
return | bool |
public abstract SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool | ||
iX | int | |
iY | int | |
iWalkable | bool | |
return | bool |