Method | Description | |
---|---|---|
Clone ( ) : |
||
GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : |
||
GetNodeAt ( int iX, int iY ) : |
||
IsInside ( EpPathFinding.cs.GridPos iPos ) : bool | ||
IsInside ( int iX, int iY ) : bool | ||
IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool | ||
IsWalkableAt ( int iX, int iY ) : bool | ||
PartialGridWPool ( EpPathFinding.cs.NodePool iNodePool, |
||
PartialGridWPool ( |
||
Reset ( ) : void | ||
SetGridRect ( |
||
SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool | ||
SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool |
public GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : |
||
iPos | EpPathFinding.cs.GridPos | |
return |
public IsInside ( EpPathFinding.cs.GridPos iPos ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
return | bool |
public IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
return | bool |
public IsWalkableAt ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
return | bool |
public PartialGridWPool ( EpPathFinding.cs.NodePool iNodePool, |
||
iNodePool | EpPathFinding.cs.NodePool | |
iGridRect | ||
return | System |
public PartialGridWPool ( |
||
b | ||
return | System |
public SetGridRect ( |
||
iGridRect | ||
return | void |
public SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
iWalkable | bool | |
return | bool |
public SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool | ||
iX | int | |
iY | int | |
iWalkable | bool | |
return | bool |