Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState Class Reference

More...

Inheritance diagram for droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState:
Collaboration diagram for droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState:

Public Member Functions

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

Protected Member Functions

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

Properties

override string PrototypingTypeName [get]
 
- Properties inherited from droid.Runtime.Prototyping.Internals.EnvironmentListener
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

- Public Attributes inherited from droid.Runtime.Prototyping.Internals.EnvironmentListener
AbstractPrototypingEnvironment _Parent_Environment
 
- Protected Attributes inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
string _Custom_Name = ""
 

Detailed Description

Definition at line 11 of file EnsureValidState.cs.

Member Function Documentation

◆ Clear()

override void droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState.Clear ( )
protectedvirtual

Reimplemented from droid.Runtime.Utilities.GameObjects.PrototypingGameObject.

Definition at line 30 of file EnsureValidState.cs.

◆ EnvironmentReset()

override void droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState.EnvironmentReset ( )
virtual

◆ PostStep()

override void droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState.PostStep ( )
virtual

Reimplemented from droid.Runtime.Prototyping.Internals.EnvironmentListener.

Definition at line 97 of file EnsureValidState.cs.

◆ PreStep()

override void droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState.PreStep ( )
virtual

Reimplemented from droid.Runtime.Prototyping.Internals.EnvironmentListener.

Definition at line 87 of file EnsureValidState.cs.

◆ Step()

override void droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState.Step ( )
virtual

Reimplemented from droid.Runtime.Prototyping.Internals.EnvironmentListener.

Definition at line 92 of file EnsureValidState.cs.

Property Documentation

◆ PrototypingTypeName

override string droid.Runtime.Prototyping.Internals.StateValidation.EnsureValidState.PrototypingTypeName
get

Definition at line 25 of file EnsureValidState.cs.


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