C# Class EpPathFinding.cs.PartialGridWPool

Inheritance: BaseGrid
Exibir arquivo Open project: juhgiyo/EpPathFinding.cs Class Usage Examples

Public Methods

Method Description
Clone ( ) : BaseGrid
GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : Node
GetNodeAt ( int iX, int iY ) : Node
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, GridRect iGridRect = null ) : System
PartialGridWPool ( PartialGridWPool b ) : System
Reset ( ) : void
SetGridRect ( GridRect iGridRect ) : void
SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool
SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool

Method Details

Clone() public method

public Clone ( ) : BaseGrid
return BaseGrid

GetNodeAt() public method

public GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : Node
iPos EpPathFinding.cs.GridPos
return Node

GetNodeAt() public method

public GetNodeAt ( int iX, int iY ) : Node
iX int
iY int
return Node

IsInside() public method

public IsInside ( EpPathFinding.cs.GridPos iPos ) : bool
iPos EpPathFinding.cs.GridPos
return bool

IsInside() public method

public IsInside ( int iX, int iY ) : bool
iX int
iY int
return bool

IsWalkableAt() public method

public IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool
iPos EpPathFinding.cs.GridPos
return bool

IsWalkableAt() public method

public IsWalkableAt ( int iX, int iY ) : bool
iX int
iY int
return bool

PartialGridWPool() public method

public PartialGridWPool ( EpPathFinding.cs.NodePool iNodePool, GridRect iGridRect = null ) : System
iNodePool EpPathFinding.cs.NodePool
iGridRect GridRect
return System

PartialGridWPool() public method

public PartialGridWPool ( PartialGridWPool b ) : System
b PartialGridWPool
return System

Reset() public method

public Reset ( ) : void
return void

SetGridRect() public method

public SetGridRect ( GridRect iGridRect ) : void
iGridRect GridRect
return void

SetWalkableAt() public method

public SetWalkableAt ( EpPathFinding.cs.GridPos iPos, bool iWalkable ) : bool
iPos EpPathFinding.cs.GridPos
iWalkable bool
return bool

SetWalkableAt() public method

public SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool
iX int
iY int
iWalkable bool
return bool