프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MNodes | Node>.Dictionary |
메소드 | 설명 | |
---|---|---|
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 ) : |
메소드 | 설명 | |
---|---|---|
RemoveNode ( EpPathFinding.GridPos iPos ) : void | ||
RemoveNode ( int iX, int iY ) : void |
public GetNode ( EpPathFinding.GridPos iPos ) : |
||
iPos | EpPathFinding.GridPos | |
리턴 |
protected RemoveNode ( EpPathFinding.GridPos iPos ) : void | ||
iPos | EpPathFinding.GridPos | |
리턴 | void |
public SetNode ( EpPathFinding.GridPos iPos, byte iWalkable = null ) : |
||
iPos | EpPathFinding.GridPos | |
iWalkable | byte | |
리턴 |
public SetNode ( int iX, int iY, byte iWalkable = null ) : |
||
iX | int | |
iY | int | |
iWalkable | byte | |
리턴 |