Class KaijuMovementTester
Simple tester for KaijuMovements.
Inheritance
System.Object
KaijuMovementTester
Inherited Members
Namespace: KaijuSolutions.Agents.Samples.Movement
Syntax
public abstract class KaijuMovementTester : KaijuBehaviour
Fields
clear
If this should clear other KaijuMovement.
Declaration
public bool clear
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
Agents
The KaijuAgents to test the KaijuMovement of.
Declaration
public List<KaijuAgent> Agents { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<KaijuAgent> |
Weight
The weight of this KaijuMovement.
Declaration
public float Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
Assign(KaijuAgent)
Assign this KaijuMovement to the one of the Agents.
Declaration
protected abstract KaijuMovement Assign(KaijuAgent agent)
Parameters
| Type | Name | Description |
|---|---|---|
| KaijuAgent | agent | The KaijuAgent. |
Returns
| Type | Description |
|---|---|
| KaijuMovement | The KaijuMovement. |