C# 클래스 EpPathFinding.NodePool

파일 보기 프로젝트 열기: OpenNos/OpenNos 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
MNodes Node>.Dictionary

공개 메소드들

메소드 설명
GetNode ( EpPathFinding.GridPos iPos ) : Node
GetNode ( int iX, int iY ) : Node
NodePool ( ) : System.Collections.Generic
SetNode ( EpPathFinding.GridPos iPos, byte iWalkable = null ) : Node
SetNode ( int iX, int iY, byte iWalkable = null ) : Node

보호된 메소드들

메소드 설명
RemoveNode ( EpPathFinding.GridPos iPos ) : void
RemoveNode ( int iX, int iY ) : void

메소드 상세

GetNode() 공개 메소드

public GetNode ( EpPathFinding.GridPos iPos ) : Node
iPos EpPathFinding.GridPos
리턴 Node

GetNode() 공개 메소드

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

NodePool() 공개 메소드

public NodePool ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RemoveNode() 보호된 메소드

protected RemoveNode ( EpPathFinding.GridPos iPos ) : void
iPos EpPathFinding.GridPos
리턴 void

RemoveNode() 보호된 메소드

protected RemoveNode ( int iX, int iY ) : void
iX int
iY int
리턴 void

SetNode() 공개 메소드

public SetNode ( EpPathFinding.GridPos iPos, byte iWalkable = null ) : Node
iPos EpPathFinding.GridPos
iWalkable byte
리턴 Node

SetNode() 공개 메소드

public SetNode ( int iX, int iY, byte iWalkable = null ) : Node
iX int
iY int
iWalkable byte
리턴 Node

프로퍼티 상세

MNodes 보호되어 있는 프로퍼티

protected Dictionary MNodes
리턴 Node>.Dictionary