C# 클래스 Pathfinding.ConstantPath

상속: Path
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allNodes List
endingCondition PathEndingCondition
originalStartPoint Vector3
startNode GraphNode
startPoint Vector3

공개 메소드들

메소드 설명
CalculateStep ( long targetTick ) : void
Cleanup ( ) : void
ConstantPath ( ) : UnityEngine
Construct ( Vector3 start, int maxGScore, OnPathDelegate callback = null ) : ConstantPath
Initialize ( ) : void
OnEnterPool ( ) : void
Prepare ( ) : void
Reset ( ) : void

보호된 메소드들

메소드 설명
Recycle ( ) : void
Setup ( Vector3 start, int maxGScore, OnPathDelegate callback ) : void

비공개 메소드들

메소드 설명
ConstantPath ( Vector3 start, OnPathDelegate callbackDelegate ) : UnityEngine
ConstantPath ( Vector3 start, int maxGScore, OnPathDelegate callbackDelegate ) : UnityEngine

메소드 상세

CalculateStep() 공개 메소드

public CalculateStep ( long targetTick ) : void
targetTick long
리턴 void

Cleanup() 공개 메소드

public Cleanup ( ) : void
리턴 void

ConstantPath() 공개 메소드

public ConstantPath ( ) : UnityEngine
리턴 UnityEngine

Construct() 공개 정적인 메소드

public static Construct ( Vector3 start, int maxGScore, OnPathDelegate callback = null ) : ConstantPath
start Vector3
maxGScore int
callback OnPathDelegate
리턴 ConstantPath

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

OnEnterPool() 공개 메소드

public OnEnterPool ( ) : void
리턴 void

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

Recycle() 보호된 메소드

protected Recycle ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Setup() 보호된 메소드

protected Setup ( Vector3 start, int maxGScore, OnPathDelegate callback ) : void
start Vector3
maxGScore int
callback OnPathDelegate
리턴 void

프로퍼티 상세

allNodes 공개적으로 프로퍼티

public List allNodes
리턴 List

endingCondition 공개적으로 프로퍼티

public PathEndingCondition,Pathfinding endingCondition
리턴 PathEndingCondition

originalStartPoint 공개적으로 프로퍼티

public Vector3 originalStartPoint
리턴 Vector3

startNode 공개적으로 프로퍼티

public GraphNode,Pathfinding startNode
리턴 GraphNode

startPoint 공개적으로 프로퍼티

public Vector3 startPoint
리턴 Vector3