Class ReadFlagHomeAction
Read the home position of a flag.
Namespace: KaijuSolutions.Agents.Behavior.Exercises.CTF
Syntax
[Serializable]
public class ReadFlagHomeAction : ReadFlagAction
Fields
home
The home position of the flag.
Declaration
public BlackboardVariable<Vector3> home
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<Vector3> |
Methods
Assigned()
If this has been validly assigned.
Declaration
protected override bool Assigned()
Returns
| Type | Description |
|---|---|
| System.Boolean | If this has been validly assigned. |
Overrides
ReadValue()
Read the needed value.
Declaration
protected override void ReadValue()