C# 클래스 Grid.GridCell, SanityEngine

상속: NavMeshNode
파일 보기 프로젝트 열기: tosos/SanityEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
edges float[]

공개 메소드들

메소드 설명
ClearFlags ( CellFlags flags ) : void
Equals ( Node, other ) : bool
GetHashCode ( ) : int
GridCell ( int index, GridType gridType, Vector3 pos ) : System.Collections.Generic
SetFlags ( CellFlags flags ) : void
TestFlags ( CellFlags flags ) : bool

메소드 상세

ClearFlags() 공개 메소드

public ClearFlags ( CellFlags flags ) : void
flags CellFlags
리턴 void

Equals() 공개 메소드

public Equals ( Node, other ) : bool
other Node,
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GridCell() 공개 메소드

public GridCell ( int index, GridType gridType, Vector3 pos ) : System.Collections.Generic
index int
gridType GridType
pos Vector3
리턴 System.Collections.Generic

SetFlags() 공개 메소드

public SetFlags ( CellFlags flags ) : void
flags CellFlags
리턴 void

TestFlags() 공개 메소드

public TestFlags ( CellFlags flags ) : bool
flags CellFlags
리턴 bool

프로퍼티 상세

edges 공개적으로 프로퍼티

public float[] edges
리턴 float[]