Property | Type | Description | |
---|---|---|---|
MNodes | Node>.Dictionary |
Method | Description | |
---|---|---|
GetNode ( EpPathFinding.GridPos iPos ) : |
||
GetNode ( int iX, int iY ) : |
||
NodePool ( ) : System.Collections.Generic | ||
SetNode ( EpPathFinding.GridPos iPos, byte iWalkable = null ) : |
||
SetNode ( int iX, int iY, byte iWalkable = null ) : |
Method | Description | |
---|---|---|
RemoveNode ( EpPathFinding.GridPos iPos ) : void | ||
RemoveNode ( int iX, int iY ) : void |
public GetNode ( EpPathFinding.GridPos iPos ) : |
||
iPos | EpPathFinding.GridPos | |
return |
public NodePool ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected RemoveNode ( EpPathFinding.GridPos iPos ) : void | ||
iPos | EpPathFinding.GridPos | |
return | void |
protected RemoveNode ( int iX, int iY ) : void | ||
iX | int | |
iY | int | |
return | void |
public SetNode ( EpPathFinding.GridPos iPos, byte iWalkable = null ) : |
||
iPos | EpPathFinding.GridPos | |
iWalkable | byte | |
return |
public SetNode ( int iX, int iY, byte iWalkable = null ) : |
||
iX | int | |
iY | int | |
iWalkable | byte | |
return |