Class GenericBehavior<T>
Inheritance
System.Object
GenericBehavior<T>
Assembly: Eco.Simulation.dll
Syntax
public abstract class GenericBehavior<T> : Behavior<T> where T : IBehaviorControlled
Type Parameters
Constructors
GenericBehavior(String)
Declaration
public GenericBehavior(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Eco.Simulation.Agents.AI.Behavior<T>.Name