Свойство | Тип | Описание | |
---|---|---|---|
behaviors | SteeringBehavior[] |
Метод | Описание | |
---|---|---|
SetActor ( string name, Actor, val ) : void | ||
SetBool ( string name, bool val ) : void | ||
SetEnabled ( bool enabled ) : void | ||
SetEnabled ( int idx, bool enabled ) : void | ||
SetFloat ( string name, float val ) : void | ||
SetFlock ( string name, Flock val ) : void | ||
SetInt ( string name, int val ) : void | ||
SetString ( string name, string val ) : void | ||
SetVector2 ( string name, Vector2 val ) : void | ||
SetVector3 ( string name, Vector3 val ) : void | ||
SetVector4 ( string name, Vector4 val ) : void | ||
SetWeight ( int idx, float weight ) : void | ||
SetWeightScale ( float weightScale ) : void | ||
SteeringBehaviorProxy ( SteeringBehaviorAsset asset ) : System.Collections.Generic |
Метод | Описание | |
---|---|---|
ParseValue ( SteeringBehaviorAsset, t, string val ) : object | ||
SetProperty ( string name, object val ) : void |
public SetActor ( string name, Actor, val ) : void | ||
name | string | |
val | Actor, | |
Результат | void |
public SetBool ( string name, bool val ) : void | ||
name | string | |
val | bool | |
Результат | void |
public SetEnabled ( int idx, bool enabled ) : void | ||
idx | int | |
enabled | bool | |
Результат | void |
public SetFloat ( string name, float val ) : void | ||
name | string | |
val | float | |
Результат | void |
public SetFlock ( string name, Flock val ) : void | ||
name | string | |
val | Flock | |
Результат | void |
public SetInt ( string name, int val ) : void | ||
name | string | |
val | int | |
Результат | void |
public SetString ( string name, string val ) : void | ||
name | string | |
val | string | |
Результат | void |
public SetVector2 ( string name, Vector2 val ) : void | ||
name | string | |
val | Vector2 | |
Результат | void |
public SetVector3 ( string name, Vector3 val ) : void | ||
name | string | |
val | Vector3 | |
Результат | void |
public SetVector4 ( string name, Vector4 val ) : void | ||
name | string | |
val | Vector4 | |
Результат | void |
public SetWeight ( int idx, float weight ) : void | ||
idx | int | |
weight | float | |
Результат | void |
public SetWeightScale ( float weightScale ) : void | ||
weightScale | float | |
Результат | void |
public SteeringBehaviorProxy ( SteeringBehaviorAsset asset ) : System.Collections.Generic | ||
asset | SteeringBehaviorAsset | |
Результат | System.Collections.Generic |