Class KaijuMovementReference
Helper class to allow us to serialize movements as variables in graphs.
Inheritance
System.Object
KaijuMovementReference
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
public class KaijuMovementReference : ScriptableObject
Methods
Set(KaijuMovement)
Update the movement reference.
Declaration
public void Set(KaijuMovement movement)
Parameters
| Type | Name | Description |
|---|---|---|
| KaijuMovement | movement | The movement. |
Stop()
Stop the movement.
Declaration
public bool Stop()
Returns
| Type | Description |
|---|---|
| System.Boolean | If the movement was stopped or not. |