Class KaijuLookSpeedAction
Action to set the look speed of a agent.
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
[Serializable]
public class KaijuLookSpeedAction : KaijuAgentGraphAction
Fields
lookSpeed
The speed to look at.
Declaration
public BlackboardVariable<float> lookSpeed
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<System.Single> |
Methods
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |