Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor Class Reference

More...

Inheritance diagram for droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor:
Collaboration diagram for droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor:

Public Member Functions

override void UpdateObservation ()
 
- 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]
 
Vector3 Position [get, set]
 
Vector3 Rotation [get, set]
 
Space3 PositionSpace [get]
 
Space3 DirectionSpace [get]
 
Space3 RotationSpace [get]
 
Vector3 Direction [get, set]
 
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.IHasEulerTransform
Vector3 Position [get]
 
Vector3 Direction [get]
 
Vector3 Rotation [get]
 
Space3 PositionSpace [get]
 
Space3 DirectionSpace [get]
 
Space3 RotationSpace [get]
 

Additional Inherited Members

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

Detailed Description

Definition at line 14 of file NearestByTagSensor.cs.

Member Function Documentation

◆ PreSetup()

override void droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.PreSetup ( )
protectedvirtual

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

Definition at line 101 of file NearestByTagSensor.cs.

◆ UpdateObservation()

override void droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.UpdateObservation ( )
virtual

Implements droid.Runtime.Prototyping.Sensors.Sensor.

Definition at line 87 of file NearestByTagSensor.cs.

Property Documentation

◆ Direction

Vector3 droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.Direction
getset

Definition at line 62 of file NearestByTagSensor.cs.

◆ DirectionSpace

Space3 droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.DirectionSpace
get

Definition at line 59 of file NearestByTagSensor.cs.

◆ FloatEnumerable

override IEnumerable<float> droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.FloatEnumerable
get

Definition at line 71 of file NearestByTagSensor.cs.

◆ Position

Vector3 droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.Position
getset

Definition at line 40 of file NearestByTagSensor.cs.

◆ PositionSpace

Space3 droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.PositionSpace
get

Definition at line 58 of file NearestByTagSensor.cs.

◆ PrototypingTypeName

override string droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.PrototypingTypeName
get

Definition at line 35 of file NearestByTagSensor.cs.

◆ Rotation

Vector3 droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.Rotation
getset

Definition at line 49 of file NearestByTagSensor.cs.

◆ RotationSpace

Space3 droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor.RotationSpace
get

Definition at line 60 of file NearestByTagSensor.cs.


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