More...
Definition at line 24 of file NeodroidManager.cs.
◆ ApplyConfigurationToUnity()
◆ Awake()
void droid.Runtime.Managers.NeodroidManager.Awake |
( |
| ) |
|
|
protected |
◆ Clear()
void droid.Runtime.Managers.NeodroidManager.Clear |
( |
| ) |
|
◆ CollectStates()
◆ EndOfFrameEventGenerator()
IEnumerator droid.Runtime.Managers.NeodroidManager.EndOfFrameEventGenerator |
( |
| ) |
|
|
protected |
◆ FixedUpdate()
void droid.Runtime.Managers.NeodroidManager.FixedUpdate |
( |
| ) |
|
|
protected |
◆ GetStatus()
string droid.Runtime.Managers.NeodroidManager.GetStatus |
( |
| ) |
|
◆ LateUpdate()
void droid.Runtime.Managers.NeodroidManager.LateUpdate |
( |
| ) |
|
|
protected |
◆ OnPostTick()
void droid.Runtime.Managers.NeodroidManager.OnPostTick |
( |
| ) |
|
|
protected |
◆ OnPreTick()
void droid.Runtime.Managers.NeodroidManager.OnPreTick |
( |
| ) |
|
|
protected |
◆ OnTick()
void droid.Runtime.Managers.NeodroidManager.OnTick |
( |
| ) |
|
|
protected |
◆ PostReact()
void droid.Runtime.Managers.NeodroidManager.PostReact |
( |
EnvironmentState [] |
states | ) |
|
|
protected |
◆ React() [1/2]
void droid.Runtime.Managers.NeodroidManager.React |
( |
Reaction |
reaction | ) |
|
◆ React() [2/2]
void droid.Runtime.Managers.NeodroidManager.React |
( |
Reaction [] |
reactions | ) |
|
◆ ReactAndCollectStates()
◆ Register() [1/2]
void droid.Runtime.Managers.NeodroidManager.Register |
( |
IEnvironment |
environment | ) |
|
◆ Register() [2/2]
void droid.Runtime.Managers.NeodroidManager.Register |
( |
IEnvironment |
environment, |
|
|
string |
identifier |
|
) |
| |
◆ ResetAllEnvironments()
void droid.Runtime.Managers.NeodroidManager.ResetAllEnvironments |
( |
| ) |
|
◆ SampleRandomReactions()
Reaction [] droid.Runtime.Managers.NeodroidManager.SampleRandomReactions |
( |
| ) |
|
|
protected |
◆ SetReactionsFromExternalSource()
void droid.Runtime.Managers.NeodroidManager.SetReactionsFromExternalSource |
( |
Reaction [] |
reactions | ) |
|
|
protected |
◆ SetTesting()
void droid.Runtime.Managers.NeodroidManager.SetTesting |
( |
bool |
arg0 | ) |
|
◆ Start()
void droid.Runtime.Managers.NeodroidManager.Start |
( |
| ) |
|
|
protected |
◆ StatusString()
void droid.Runtime.Managers.NeodroidManager.StatusString |
( |
DataPoller |
recipient | ) |
|
◆ Tick()
void droid.Runtime.Managers.NeodroidManager.Tick |
( |
| ) |
|
|
protected |
◆ UnRegister() [1/2]
void droid.Runtime.Managers.NeodroidManager.UnRegister |
( |
IEnvironment |
environment, |
|
|
string |
identifier |
|
) |
| |
◆ UnRegister() [2/2]
void droid.Runtime.Managers.NeodroidManager.UnRegister |
( |
IEnvironment |
neodroid_environment | ) |
|
◆ Update()
void droid.Runtime.Managers.NeodroidManager.Update |
( |
| ) |
|
|
protected |
◆ _Current_Reactions
Reaction [] droid.Runtime.Managers.NeodroidManager._Current_Reactions = { } |
|
protected |
◆ _Environments
Dictionary<string, IEnvironment> droid.Runtime.Managers.NeodroidManager._Environments = new Dictionary<string, IEnvironment>() |
|
protected |
◆ _Message_Server
MessageServer droid.Runtime.Managers.NeodroidManager._Message_Server |
|
protected |
◆ AwaitingReply
bool droid.Runtime.Managers.NeodroidManager.AwaitingReply |
|
getset |
◆ Configuration
◆ CurrentReactions
Reaction [] droid.Runtime.Managers.NeodroidManager.CurrentReactions |
|
getset |
◆ Debugging
bool droid.Runtime.Managers.NeodroidManager.Debugging |
|
getset |
◆ HasStepped
bool droid.Runtime.Managers.NeodroidManager.HasStepped |
|
getset |
◆ Instance
◆ IsSyncingEnvironments
bool droid.Runtime.Managers.NeodroidManager.IsSyncingEnvironments |
|
getset |
◆ SimulationTimeScale
float droid.Runtime.Managers.NeodroidManager.SimulationTimeScale |
|
getset |
◆ SimulatorConfiguration
◆ Stepping
bool droid.Runtime.Managers.NeodroidManager.Stepping |
|
get |
◆ TestActuators
bool droid.Runtime.Managers.NeodroidManager.TestActuators |
|
getset |
◆ EarlyFixedUpdateEvent
Action droid.Runtime.Managers.NeodroidManager.EarlyFixedUpdateEvent |
Can be subscribed to for pre fixed update events (Will be called before any FixedUpdate on any script)
Definition at line 46 of file NeodroidManager.cs.
◆ EarlyUpdateEvent
Action droid.Runtime.Managers.NeodroidManager.EarlyUpdateEvent |
Can be subscribed to for pre update events (Will be called before any Update on any script)
Definition at line 59 of file NeodroidManager.cs.
◆ FixedUpdateEvent
Action droid.Runtime.Managers.NeodroidManager.FixedUpdateEvent |
◆ LateFixedUpdateEvent
Action droid.Runtime.Managers.NeodroidManager.LateFixedUpdateEvent |
◆ LateUpdateEvent
Action droid.Runtime.Managers.NeodroidManager.LateUpdateEvent |
◆ OnEndOfFrameEvent
Action droid.Runtime.Managers.NeodroidManager.OnEndOfFrameEvent |
◆ OnPostRenderEvent
Action droid.Runtime.Managers.NeodroidManager.OnPostRenderEvent |
◆ OnReceiveEvent
Action droid.Runtime.Managers.NeodroidManager.OnReceiveEvent |
◆ OnRenderImageEvent
Action droid.Runtime.Managers.NeodroidManager.OnRenderImageEvent |
◆ UpdateEvent
Action droid.Runtime.Managers.NeodroidManager.UpdateEvent |
The documentation for this class was generated from the following file:
- /home/heider/Projects/Neodroid/Unity/Examples/Assets/droid/Runtime/Managers/NeodroidManager.cs