C# 클래스 Nomad.Logic.Navmesh

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

공개 메소드들

메소드 설명
Hide ( ) : void
HideActionPoints ( ) : void
RegenerateTileAt ( Vec2 pos, bool debugMode ) : void
Show ( Navmesh layer ) : void
ShowActionPoints ( ) : void

메소드 상세

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

HideActionPoints() 공개 정적인 메소드

public static HideActionPoints ( ) : void
리턴 void

RegenerateTileAt() 공개 정적인 메소드

public static RegenerateTileAt ( Vec2 pos, bool debugMode ) : void
pos Nomad.Maths.Vec2
debugMode bool
리턴 void

Show() 공개 정적인 메소드

public static Show ( Navmesh layer ) : void
layer Navmesh
리턴 void

ShowActionPoints() 공개 정적인 메소드

public static ShowActionPoints ( ) : void
리턴 void