Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Prototyping.Internals.EnvironmentListener Class Referenceabstract

More...

Inheritance diagram for droid.Runtime.Prototyping.Internals.EnvironmentListener:
Collaboration diagram for droid.Runtime.Prototyping.Internals.EnvironmentListener:

Public Member Functions

abstract void EnvironmentReset ()
 
virtual void PreStep ()
 
virtual void Step ()
 
virtual void PostStep ()
 
- Public Member Functions inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
void RefreshStart ()
 
void RefreshAwake ()
 

Public Attributes

AbstractPrototypingEnvironment _Parent_Environment
 

Protected Member Functions

override void RegisterComponent ()
 
override void UnRegisterComponent ()
 
- Protected Member Functions inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
void Start ()
 
void Awake ()
 
virtual void Setup ()
 
virtual void Clear ()
 

Properties

abstract override String PrototypingTypeName [get]
 
- Properties inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
virtual string PrototypingTypeName [get]
 
string Identifier [get]
 
- Properties inherited from droid.Runtime.Interfaces.IRegisterable
string Identifier [get]
 

Additional Inherited Members

- Protected Attributes inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
string _Custom_Name = ""
 

Detailed Description

Definition at line 11 of file EnvironmentListener.cs.

Member Function Documentation

◆ EnvironmentReset()

◆ PostStep()

virtual void droid.Runtime.Prototyping.Internals.EnvironmentListener.PostStep ( )
virtual

◆ PreStep()

virtual void droid.Runtime.Prototyping.Internals.EnvironmentListener.PreStep ( )
virtual

◆ RegisterComponent()

override void droid.Runtime.Prototyping.Internals.EnvironmentListener.RegisterComponent ( )
protectedvirtual

◆ Step()

virtual void droid.Runtime.Prototyping.Internals.EnvironmentListener.Step ( )
virtual

◆ UnRegisterComponent()

override void droid.Runtime.Prototyping.Internals.EnvironmentListener.UnRegisterComponent ( )
protectedvirtual

Member Data Documentation

◆ _Parent_Environment

AbstractPrototypingEnvironment droid.Runtime.Prototyping.Internals.EnvironmentListener._Parent_Environment

Definition at line 15 of file EnvironmentListener.cs.

Property Documentation

◆ PrototypingTypeName

abstract override String droid.Runtime.Prototyping.Internals.EnvironmentListener.PrototypingTypeName
get

Definition at line 19 of file EnvironmentListener.cs.


The documentation for this class was generated from the following file: