C# 클래스 VertexNavigation, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flyingVerticeHeight float
showFlyingNodes bool
showGroundNodes bool
verticeHeight float

Private Properties

프로퍼티 타입 설명
addConnectingVerts void
connectVerts void
increaseArraySize void

공개 메소드들

메소드 설명
OnDrawGizmos ( ) : void

Raises the draw gizmos event to draw the available nodes.

Start ( ) : void
buildTable ( ) : void

Map 3d sphere to 2d coordinated system

getMovesTriangle ( int triangleIndex, int &output ) : void

Gets the moves from a triangle index.

getMovesVertex ( int vertexIndex ) : List

Gets the moves for a given vertex index.

getVertex ( int vertexIndex ) : Vertice,

get a vertex from the index of an vertex

killTable ( ) : void

Kills the baked movement table.

modifyVerticeHeights ( ) : void
printMoves ( ) : void

Print occurrences per number of moves in vertex

setAverageVerticeLength ( ) : void

비공개 메소드들

메소드 설명
addConnectingVerts ( int triangleIndex, int vertexIndex, int &output ) : void
connectVerts ( int>.Dictionary knownPositions, int verts ) : void
increaseArraySize ( int indices ) : void

Increases the size of the plans array.

메소드 상세

OnDrawGizmos() 공개 메소드

Raises the draw gizmos event to draw the available nodes.
public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

buildTable() 공개 메소드

Map 3d sphere to 2d coordinated system
public buildTable ( ) : void
리턴 void

getMovesTriangle() 공개 메소드

Gets the moves from a triangle index.
public getMovesTriangle ( int triangleIndex, int &output ) : void
triangleIndex int Triangle index.
output int
리턴 void

getMovesVertex() 공개 메소드

Gets the moves for a given vertex index.
public getMovesVertex ( int vertexIndex ) : List
vertexIndex int Vertex index.
리턴 List

getVertex() 공개 메소드

get a vertex from the index of an vertex
public getVertex ( int vertexIndex ) : Vertice,
vertexIndex int Vertex index.
리턴 Vertice,

killTable() 공개 메소드

Kills the baked movement table.
public killTable ( ) : void
리턴 void

modifyVerticeHeights() 공개 메소드

public modifyVerticeHeights ( ) : void
리턴 void

printMoves() 공개 메소드

Print occurrences per number of moves in vertex
public printMoves ( ) : void
리턴 void

setAverageVerticeLength() 공개 메소드

public setAverageVerticeLength ( ) : void
리턴 void

프로퍼티 상세

flyingVerticeHeight 공개적으로 프로퍼티

public float flyingVerticeHeight
리턴 float

showFlyingNodes 공개적으로 프로퍼티

public bool showFlyingNodes
리턴 bool

showGroundNodes 공개적으로 프로퍼티

public bool showGroundNodes
리턴 bool

verticeHeight 공개적으로 프로퍼티

public float verticeHeight
리턴 float