Class KaijuTeleportAction
Action to teleport a agent.
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
[Serializable]
public class KaijuTeleportAction : KaijuAgentGraphAction
Fields
target
The target for the agent to teleport to.
Declaration
public BlackboardVariable<Transform> target
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<Transform> |
Methods
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |