Class KaijuIdentifierAction
Base class to modify identifiers on a agent.
Inheritance
System.Object
KaijuIdentifierAction
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior
Syntax
[Serializable]
public abstract class KaijuIdentifierAction : KaijuAgentGraphAction
Methods
HandleAction()
Handle the identifiers action.
Declaration
protected abstract bool HandleAction()
Returns
| Type | Description |
|---|---|
| System.Boolean | If this was successful. |
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |