![]() |
Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
|
Public Member Functions | |
void | PreStep () |
void | Step () |
void | PostStep () |
![]() | |
void | ApplyMotion (IMotion motion) |
virtual float | GetEnergySpend () |
void | EnvironmentReset () |
virtual float | Sample () |
override string | ToString () |
![]() | |
void | RefreshStart () |
void | RefreshAwake () |
![]() | |
void | EnvironmentReset () |
Protected Member Functions | |
override void | Setup () |
override void | RegisterComponent () |
override void | InnerApplyMotion (IMotion motion) |
![]() | |
override void | UnRegisterComponent () |
![]() | |
void | Start () |
void | Awake () |
virtual void | Clear () |
Protected Attributes | |
Rigidbody | _Rigidbody |
![]() | |
string | _Custom_Name = "" |
Properties | |
override string | PrototypingTypeName [get] |
Single | MovementSpeed [get, set] |
Single | RotationSpeed [get, set] |
![]() | |
IHasRegister< Actuator > | Parent [get, set] |
float | EnergySpendSinceReset [get, set] |
float | EnergyCost [get, set] |
override String | PrototypingTypeName [get] |
Space1 | MotionSpace [get, set] |
![]() | |
virtual string | PrototypingTypeName [get] |
string | Identifier [get] |
![]() | |
string | Identifier [get] |
![]() | |
Space1 | MotionSpace [get, set] |
Definition at line 16 of file TargetRigidbodyActuator.cs.
|
protectedvirtual |
motion |
Implements droid.Runtime.Prototyping.Actuators.Actuator.
Definition at line 92 of file TargetRigidbodyActuator.cs.
void droid.Runtime.Prototyping.Actuators.TargetRigidbodyActuator.PostStep | ( | ) |
Implements droid.Runtime.Interfaces.IEnvironmentListener.
Definition at line 56 of file TargetRigidbodyActuator.cs.
void droid.Runtime.Prototyping.Actuators.TargetRigidbodyActuator.PreStep | ( | ) |
Implements droid.Runtime.Interfaces.IEnvironmentListener.
Definition at line 46 of file TargetRigidbodyActuator.cs.
|
protectedvirtual |
Reimplemented from droid.Runtime.Prototyping.Actuators.Actuator.
Definition at line 71 of file TargetRigidbodyActuator.cs.
|
protectedvirtual |
Reimplemented from droid.Runtime.Utilities.GameObjects.PrototypingGameObject.
Definition at line 61 of file TargetRigidbodyActuator.cs.
void droid.Runtime.Prototyping.Actuators.TargetRigidbodyActuator.Step | ( | ) |
Implements droid.Runtime.Interfaces.IEnvironmentListener.
Definition at line 51 of file TargetRigidbodyActuator.cs.
|
protected |
Definition at line 24 of file TargetRigidbodyActuator.cs.
|
getset |
Definition at line 36 of file TargetRigidbodyActuator.cs.
|
get |
Definition at line 31 of file TargetRigidbodyActuator.cs.
|
getset |
Definition at line 41 of file TargetRigidbodyActuator.cs.