Search Results for

    Show / Hide Table of Contents

    Class Base

    Inheritance
    Object
    Base
    GraphNav
    Handcrafted
    LabStudy
    Playback
    Random
    Namespace: SEAN.Scenario.PedestrianBehavior
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class Base : MonoBehaviour

    Fields

    _name

    Declaration
    protected string _name
    Field Value
    Type Description
    String

    pedestrianControl

    Declaration
    protected GameObject pedestrianControl
    Field Value
    Type Description
    GameObject

    Properties

    agents

    Declaration
    public abstract TrackedAgent[] agents { get; }
    Property Value
    Type Description
    TrackedAgent[]

    groups

    Declaration
    public abstract TrackedGroup[] groups { get; }
    Property Value
    Type Description
    TrackedGroup[]

    scenario_name

    Declaration
    public virtual string scenario_name { get; }
    Property Value
    Type Description
    String

    Methods

    SetScenarioName(String)

    Declaration
    public void SetScenarioName(string name)
    Parameters
    Type Name Description
    String name

    Start()

    Declaration
    protected void Start()
    In This Article
    Back to top SEAN Unity documentation