Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor Class Reference

More...

Inheritance diagram for droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor:
Collaboration diagram for droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor:

Public Member Functions

override void UpdateObservation ()
 
- Public Member Functions inherited from droid.Runtime.Prototyping.Sensors.Camera.Deprecated.CameraSensor
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 ()
 
override void RegisterComponent ()
 
override void UnRegisterComponent ()
 
- Protected Member Functions inherited from droid.Runtime.Prototyping.Sensors.Camera.Deprecated.CameraSensor
virtual void OnPostRender ()
 
void UpdateBytes ()
 
- 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 ()
 

Protected Attributes

string serialisedString
 
- Protected Attributes inherited from droid.Runtime.Prototyping.Sensors.Camera.Deprecated.CameraSensor
UnityEngine.Camera _Camera
 
bool _Grab = true
 
IManager _Manager = null
 
- Protected Attributes inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
string _Custom_Name = ""
 

Properties

String ObservationValue [get]
 
- Properties inherited from droid.Runtime.Prototyping.Sensors.Camera.Deprecated.CameraSensor
override String PrototypingTypeName [get]
 
byte [] Bytes [get]
 
GraphicsFormat DataType = { } [get]
 
int [] Shape [get]
 
string ArrayEncoding [get]
 
override IEnumerable< float > FloatEnumerable [get]
 
- 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.IHasByteArray
byte [] Bytes [get]
 
int [] Shape [get]
 
string ArrayEncoding [get]
 
- Properties inherited from droid.Runtime.Interfaces.IHasString
string ObservationValue [get]
 

Detailed Description

Definition at line 16 of file StringAugmentedCameraSensor.cs.

Member Function Documentation

◆ PreSetup()

override void droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor.PreSetup ( )
protectedvirtual

◆ RegisterComponent()

override void droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor.RegisterComponent ( )
protectedvirtual

◆ UnRegisterComponent()

override void droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor.UnRegisterComponent ( )
protectedvirtual

◆ UpdateObservation()

override void droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor.UpdateObservation ( )
virtual

Member Data Documentation

◆ serialisedString

string droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor.serialisedString
protected

Definition at line 26 of file StringAugmentedCameraSensor.cs.

Property Documentation

◆ ObservationValue

String droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor.ObservationValue
get

Definition at line 30 of file StringAugmentedCameraSensor.cs.


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