C# Class Pathfinding.XPath

Inheritance: ABPath
ファイルを表示 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
endingCondition PathEndingCondition

Public Methods

Method Description
CalculateStep ( long targetTick ) : void
Construct ( Vector3 start, Vector3 end, OnPathDelegate callback = null ) : XPath
Initialize ( ) : void
Reset ( ) : void
XPath ( ) : UnityEngine
XPath ( Vector3 start, Vector3 end, OnPathDelegate callbackDelegate ) : UnityEngine

Protected Methods

Method Description
Recycle ( ) : void

Method Details

CalculateStep() public method

public CalculateStep ( long targetTick ) : void
targetTick long
return void

Construct() public static method

public static Construct ( Vector3 start, Vector3 end, OnPathDelegate callback = null ) : XPath
start UnityEngine.Vector3
end UnityEngine.Vector3
callback OnPathDelegate
return XPath

Initialize() public method

public Initialize ( ) : void
return void

Recycle() protected method

protected Recycle ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

XPath() public method

public XPath ( ) : UnityEngine
return UnityEngine

XPath() public method

public XPath ( Vector3 start, Vector3 end, OnPathDelegate callbackDelegate ) : UnityEngine
start UnityEngine.Vector3
end UnityEngine.Vector3
callbackDelegate OnPathDelegate
return UnityEngine

Property Details

endingCondition public_oe property

public PathEndingCondition,Pathfinding endingCondition
return PathEndingCondition