Class Base
Assembly: cs.temp.dll.dll
Syntax
public abstract class Base : MonoBehaviour
Fields
_name
Declaration
Field Value
pedestrianControl
Declaration
protected GameObject pedestrianControl
Field Value
Type |
Description |
GameObject |
|
Properties
agents
Declaration
public abstract TrackedAgent[] agents { get; }
Property Value
groups
Declaration
public abstract TrackedGroup[] groups { get; }
Property Value
scenario_name
Declaration
public virtual string scenario_name { get; }
Property Value
Methods
SetScenarioName(String)
Declaration
public void SetScenarioName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Start()
Declaration