Property | Type | Description | |
---|---|---|---|
behaviors | BehaviorDef[] | ||
properties | SteeringProperty[] |
Method | Description | |
---|---|---|
AddBehavior ( BehaviorDef behavior ) : void | ||
AddProperty ( SteeringProperty prop ) : void | ||
CountUsed ( string name ) : int | ||
ParseVector2 ( string val ) : Vector2 | ||
ParseVector3 ( string val ) : Vector3 | ||
ParseVector4 ( string val ) : Vector4 | ||
RemoveBehavior ( int idx ) : void | ||
RemoveProperty ( int idx ) : void | ||
RemoveProperty ( string name ) : void | ||
RemoveUnused ( ) : void | ||
RenameProperty ( string oldName, string newName ) : void | ||
SteeringBehaviorAsset ( ) : System.Collections.Generic |
public AddBehavior ( BehaviorDef behavior ) : void | ||
behavior | BehaviorDef | |
return | void |
public AddProperty ( SteeringProperty prop ) : void | ||
prop | SteeringProperty | |
return | void |
public static ParseVector2 ( string val ) : Vector2 | ||
val | string | |
return | Vector2 |
public static ParseVector3 ( string val ) : Vector3 | ||
val | string | |
return | Vector3 |
public static ParseVector4 ( string val ) : Vector4 | ||
val | string | |
return | Vector4 |
public RenameProperty ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
return | void |
public SteeringBehaviorAsset ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |