C# 클래스 EpPathFinding.cs.PartialGridWPool

상속: BaseGrid
파일 보기 프로젝트 열기: juhgiyo/EpPathFinding.cs 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : BaseGrid
리턴 BaseGrid

GetNodeAt() 공개 메소드

public GetNodeAt ( EpPathFinding.cs.GridPos iPos ) : Node
iPos EpPathFinding.cs.GridPos
리턴 Node

GetNodeAt() 공개 메소드

public GetNodeAt ( int iX, int iY ) : Node
iX int
iY int
리턴 Node

IsInside() 공개 메소드

public IsInside ( EpPathFinding.cs.GridPos iPos ) : bool
iPos EpPathFinding.cs.GridPos
리턴 bool

IsInside() 공개 메소드

public IsInside ( int iX, int iY ) : bool
iX int
iY int
리턴 bool

IsWalkableAt() 공개 메소드

public IsWalkableAt ( EpPathFinding.cs.GridPos iPos ) : bool
iPos EpPathFinding.cs.GridPos
리턴 bool

IsWalkableAt() 공개 메소드

public IsWalkableAt ( int iX, int iY ) : bool
iX int
iY int
리턴 bool

PartialGridWPool() 공개 메소드

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

PartialGridWPool() 공개 메소드

public PartialGridWPool ( PartialGridWPool b ) : System
b PartialGridWPool
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetGridRect() 공개 메소드

public SetGridRect ( GridRect iGridRect ) : void
iGridRect GridRect
리턴 void

SetWalkableAt() 공개 메소드

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

SetWalkableAt() 공개 메소드

public SetWalkableAt ( int iX, int iY, bool iWalkable ) : bool
iX int
iY int
iWalkable bool
리턴 bool