Property | Type | Description | |
---|---|---|---|
aim | |||
aimStrength | float | ||
searchLength | int | ||
spread | int | ||
uniform | bool |
Method | Description | |
---|---|---|
CalculateStep ( long targetTick ) : void | ||
Construct ( |
||
Initialize ( ) : void | ||
Prepare ( ) : void | ||
RandomPath ( ) : UnityEngine | ||
RandomPath ( |
||
Reset ( ) : void | ||
ReturnPath ( ) : void |
Method | Description | |
---|---|---|
Recycle ( ) : void | ||
Setup ( |
public CalculateStep ( long targetTick ) : void | ||
targetTick | long | |
return | void |
public static Construct ( |
||
start | ||
length | int | |
callback | OnPathDelegate | |
return |
public RandomPath ( |
||
start | ||
length | int | |
callback | OnPathDelegate | |
return | UnityEngine |
protected Setup ( |
||
start | ||
length | int | |
callback | OnPathDelegate | |
return |