Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor Class Reference

More...

Inheritance diagram for droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor:
Collaboration diagram for droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor:

Public Member Functions

override void UpdateObservation ()
 
override string ToString ()
 
- Public Member Functions inherited from droid.Runtime.Prototyping.Sensors.Sensor
void EnvironmentReset ()
 
override string ToString ()
 
- Public Member Functions inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
void RefreshStart ()
 
void RefreshAwake ()
 

Protected Member Functions

override void PreSetup ()
 
- Protected Member Functions inherited from droid.Runtime.Prototyping.Sensors.Sensor
sealed override void Setup ()
 
override void RegisterComponent ()
 
override void UnRegisterComponent ()
 
virtual void Update ()
 
- Protected Member Functions inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
void Start ()
 
void Awake ()
 
virtual void Clear ()
 

Properties

override string PrototypingTypeName [get]
 
override IEnumerable< float > FloatEnumerable [get]
 
string ObservationValue [get, set]
 
- Properties inherited from droid.Runtime.Prototyping.Sensors.Sensor
AbstractPrototypingEnvironment ParentEnvironment [get, set]
 
abstract IEnumerable< float > FloatEnumerable [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]
 
- Properties inherited from droid.Runtime.Interfaces.IObserver
IEnumerable< float > FloatEnumerable [get]
 
- Properties inherited from droid.Runtime.Interfaces.IHasString
string ObservationValue [get]
 

Additional Inherited Members

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

Detailed Description

Definition at line 14 of file BoundingBoxSensor.cs.

Member Function Documentation

◆ PreSetup()

override void droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor.PreSetup ( )
protectedvirtual

Reimplemented from droid.Runtime.Prototyping.Sensors.Sensor.

Definition at line 27 of file BoundingBoxSensor.cs.

◆ ToString()

override string droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor.ToString ( )

Definition at line 51 of file BoundingBoxSensor.cs.

◆ UpdateObservation()

override void droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor.UpdateObservation ( )
virtual

Implements droid.Runtime.Prototyping.Sensors.Sensor.

Definition at line 39 of file BoundingBoxSensor.cs.

Property Documentation

◆ FloatEnumerable

override IEnumerable<float> droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor.FloatEnumerable
get

Definition at line 34 of file BoundingBoxSensor.cs.

◆ ObservationValue

string droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor.ObservationValue
getset

Definition at line 46 of file BoundingBoxSensor.cs.

◆ PrototypingTypeName

override string droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor.PrototypingTypeName
get

Definition at line 19 of file BoundingBoxSensor.cs.


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