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

More...

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

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

IAbstractPrototypingEnvironment ParentEnvironment [get, set]
 
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 8 of file ActionCounter.cs.

Member Function Documentation

◆ Clear()

override void droid.Runtime.Prototyping.Internals.ActionCounter.Clear ( )
protectedvirtual

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

Definition at line 26 of file ActionCounter.cs.

◆ EnvironmentReset()

override void droid.Runtime.Prototyping.Internals.ActionCounter.EnvironmentReset ( )
virtual

◆ PostStep()

override void droid.Runtime.Prototyping.Internals.ActionCounter.PostStep ( )
virtual

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

Definition at line 57 of file ActionCounter.cs.

◆ PreStep()

override void droid.Runtime.Prototyping.Internals.ActionCounter.PreStep ( )
virtual

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

Definition at line 47 of file ActionCounter.cs.

◆ Step()

override void droid.Runtime.Prototyping.Internals.ActionCounter.Step ( )
virtual

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

Definition at line 52 of file ActionCounter.cs.

Property Documentation

◆ ParentEnvironment

IAbstractPrototypingEnvironment droid.Runtime.Prototyping.Internals.ActionCounter.ParentEnvironment
getset

Definition at line 13 of file ActionCounter.cs.

◆ PrototypingTypeName

override string droid.Runtime.Prototyping.Internals.ActionCounter.PrototypingTypeName
get

Definition at line 21 of file ActionCounter.cs.


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