C# Class Pathfinding.RandomPath

Inheritance: ABPath
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
aim UnityEngine.Vector3
aimStrength float
searchLength int
spread int
uniform bool

Méthodes publiques

Méthode Description
CalculateStep ( long targetTick ) : void
Construct ( Vector3 start, int length, OnPathDelegate callback = null ) : RandomPath
Initialize ( ) : void
Prepare ( ) : void
RandomPath ( ) : UnityEngine
RandomPath ( Vector3 start, int length, OnPathDelegate callback = null ) : UnityEngine
Reset ( ) : void
ReturnPath ( ) : void

Méthodes protégées

Méthode Description
Recycle ( ) : void
Setup ( Vector3 start, int length, OnPathDelegate callback ) : RandomPath

Method Details

CalculateStep() public méthode

public CalculateStep ( long targetTick ) : void
targetTick long
Résultat void

Construct() public static méthode

public static Construct ( Vector3 start, int length, OnPathDelegate callback = null ) : RandomPath
start UnityEngine.Vector3
length int
callback OnPathDelegate
Résultat RandomPath

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

RandomPath() public méthode

public RandomPath ( ) : UnityEngine
Résultat UnityEngine

RandomPath() public méthode

public RandomPath ( Vector3 start, int length, OnPathDelegate callback = null ) : UnityEngine
start UnityEngine.Vector3
length int
callback OnPathDelegate
Résultat UnityEngine

Recycle() protected méthode

protected Recycle ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ReturnPath() public méthode

public ReturnPath ( ) : void
Résultat void

Setup() protected méthode

protected Setup ( Vector3 start, int length, OnPathDelegate callback ) : RandomPath
start UnityEngine.Vector3
length int
callback OnPathDelegate
Résultat RandomPath

Property Details

aim public_oe property

public Vector3,UnityEngine aim
Résultat UnityEngine.Vector3

aimStrength public_oe property

public float aimStrength
Résultat float

searchLength public_oe property

public int searchLength
Résultat int

spread public_oe property

public int spread
Résultat int

uniform public_oe property

public bool uniform
Résultat bool