Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Prototyping.Configurables.FrictionConfigurable Class Reference

More...

Inheritance diagram for droid.Runtime.Prototyping.Configurables.FrictionConfigurable:
Collaboration diagram for droid.Runtime.Prototyping.Configurables.FrictionConfigurable:

Public Member Functions

override void UpdateCurrentConfiguration ()
 
override void ApplyConfiguration (IConfigurableConfiguration simulator_configuration)
 
override Configuration [] SampleConfigurations ()
 
- Public Member Functions inherited from droid.Runtime.Prototyping.Configurables.Configurable
void EnvironmentReset ()
 
virtual void PostEnvironmentSetup ()
 
virtual void Tick ()
 
- 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.Configurables.Configurable
sealed override void Setup ()
 
virtual void Randomise ()
 
- Protected Member Functions inherited from droid.Runtime.Utilities.GameObjects.PrototypingGameObject
void Start ()
 
void Awake ()
 
virtual void Clear ()
 

Properties

override string PrototypingTypeName [get]
 
Space1 SingleSpace [get]
 
float ObservationValue [get]
 
override ISpace ConfigurableValueSpace [get]
 
- Properties inherited from droid.Runtime.Prototyping.Configurables.Configurable
bool RelativeToExistingValue [get]
 
abstract ISpace ConfigurableValueSpace [get]
 
AbstractPrototypingEnvironment ParentEnvironment [get, set]
 
bool SampleRandom [get, set]
 
- 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.IConfigurable
bool SampleRandom [get, set]
 
- Properties inherited from droid.Runtime.Interfaces.IHasSingle
float ObservationValue [get]
 
Space1 SingleSpace [get]
 

Additional Inherited Members

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

Detailed Description

Definition at line 16 of file FrictionConfigurable.cs.

Member Function Documentation

◆ ApplyConfiguration()

override void droid.Runtime.Prototyping.Configurables.FrictionConfigurable.ApplyConfiguration ( IConfigurableConfiguration  simulator_configuration)
virtual

Parameters
simulator_configuration

Implements droid.Runtime.Prototyping.Configurables.Configurable.

Definition at line 83 of file FrictionConfigurable.cs.

◆ PreSetup()

override void droid.Runtime.Prototyping.Configurables.FrictionConfigurable.PreSetup ( )
protectedvirtual

Reimplemented from droid.Runtime.Prototyping.Configurables.Configurable.

Definition at line 58 of file FrictionConfigurable.cs.

◆ RegisterComponent()

override void droid.Runtime.Prototyping.Configurables.FrictionConfigurable.RegisterComponent ( )
protectedvirtual

Reimplemented from droid.Runtime.Prototyping.Configurables.Configurable.

Definition at line 65 of file FrictionConfigurable.cs.

◆ SampleConfigurations()

override Configuration [] droid.Runtime.Prototyping.Configurables.FrictionConfigurable.SampleConfigurations ( )
virtual

Returns
Exceptions
T:System.NotImplementedException

Reimplemented from droid.Runtime.Prototyping.Configurables.Configurable.

Definition at line 126 of file FrictionConfigurable.cs.

◆ UnRegisterComponent()

override void droid.Runtime.Prototyping.Configurables.FrictionConfigurable.UnRegisterComponent ( )
protectedvirtual

Reimplemented from droid.Runtime.Prototyping.Configurables.Configurable.

Definition at line 72 of file FrictionConfigurable.cs.

◆ UpdateCurrentConfiguration()

override void droid.Runtime.Prototyping.Configurables.FrictionConfigurable.UpdateCurrentConfiguration ( )
virtual

Reimplemented from droid.Runtime.Prototyping.Configurables.Configurable.

Definition at line 52 of file FrictionConfigurable.cs.

Property Documentation

◆ ConfigurableValueSpace

override ISpace droid.Runtime.Prototyping.Configurables.FrictionConfigurable.ConfigurableValueSpace
get

Definition at line 48 of file FrictionConfigurable.cs.

◆ ObservationValue

float droid.Runtime.Prototyping.Configurables.FrictionConfigurable.ObservationValue
get

Definition at line 46 of file FrictionConfigurable.cs.

◆ PrototypingTypeName

override string droid.Runtime.Prototyping.Configurables.FrictionConfigurable.PrototypingTypeName
get

Definition at line 35 of file FrictionConfigurable.cs.

◆ SingleSpace

Space1 droid.Runtime.Prototyping.Configurables.FrictionConfigurable.SingleSpace
get

Definition at line 39 of file FrictionConfigurable.cs.


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