Méthode | Description | |
---|---|---|
Clone ( ) : |
||
GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : |
||
GetNodeAt ( int iX, int iY ) : |
||
IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool | ||
IsWalkableAt ( int iX, int iY ) : bool | ||
Reset ( ) : void | ||
Reset ( bool iMatrix ) : void | ||
SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool | ||
SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool | ||
StaticGrid ( |
||
StaticGrid ( int iWidth, int iHeight, bool iMatrix = null ) : System |
Méthode | Description | |
---|---|---|
isInside ( EpPathFinding.cs.GridPos iPos ) : bool | ||
isInside ( int iX, int iY ) : bool |
Méthode | Description | |
---|---|---|
buildNodes ( int iWidth, int iHeight, bool iMatrix ) : EpPathFinding.cs.Node[][] |
public GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : |
||
iPos | EpPathFinding.cs.GridPos | |
Résultat |
public IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
Résultat | bool |
public IsWalkableAt ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
Résultat | bool |
public SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
iWalkable | bool | |
Résultat | bool |
public SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool | ||
iX | int | |
iY | int | |
iWalkable | bool | |
Résultat | bool |
public StaticGrid ( |
||
b | ||
Résultat | System |
public StaticGrid ( int iWidth, int iHeight, bool iMatrix = null ) : System | ||
iWidth | int | |
iHeight | int | |
iMatrix | bool | |
Résultat | System |
protected isInside ( EpPathFinding.cs.GridPos iPos ) : bool | ||
iPos | EpPathFinding.cs.GridPos | |
Résultat | bool |
protected isInside ( int iX, int iY ) : bool | ||
iX | int | |
iY | int | |
Résultat | bool |