Method | Description | |
---|---|---|
Clone ( ) : |
||
GetNodeAt ( EpPathFinding.GridPos iPos ) : |
||
GetNodeAt ( int iX, int iY ) : |
||
IsWalkableAt ( EpPathFinding.GridPos iPos ) : bool | ||
IsWalkableAt ( int iX, int iY ) : bool | ||
Reset ( ) : void | ||
Reset ( bool iMatrix ) : void | ||
SetWalkableAt ( EpPathFinding.GridPos iPos, byte iWalkable ) : bool | ||
SetWalkableAt ( int iX, int iY, byte iWalkable ) : bool | ||
StaticGrid ( |
||
StaticGrid ( int iWidth, int iHeight, bool iMatrix = null ) : System.Collections.Generic |
Method | Description | |
---|---|---|
IsInside ( EpPathFinding.GridPos iPos ) : bool | ||
IsInside ( int iX, int iY ) : bool |
Method | Description | |
---|---|---|
buildNodes ( int iWidth, int iHeight, IList |
public GetNodeAt ( EpPathFinding.GridPos iPos ) : |
||
iPos | EpPathFinding.GridPos | |
return |
protected IsInside ( EpPathFinding.GridPos iPos ) : bool | ||
iPos | EpPathFinding.GridPos | |
return | bool |
public IsWalkableAt ( EpPathFinding.GridPos iPos ) : bool | ||
iPos | EpPathFinding.GridPos | |
return | bool |
public IsWalkableAt ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
return | bool |
public SetWalkableAt ( EpPathFinding.GridPos iPos, byte iWalkable ) : bool | ||
iPos | EpPathFinding.GridPos | |
iWalkable | byte | |
return | bool |
public SetWalkableAt ( int iX, int iY, byte iWalkable ) : bool | ||
iX | int | |
iY | int | |
iWalkable | byte | |
return | bool |
public StaticGrid ( |
||
b | ||
return | System.Collections.Generic |
public StaticGrid ( int iWidth, int iHeight, bool iMatrix = null ) : System.Collections.Generic | ||
iWidth | int | |
iHeight | int | |
iMatrix | bool | |
return | System.Collections.Generic |