Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IMotion.cs
Go to the documentation of this file.
1
namespace
droid
.Runtime.Interfaces {
2
public
interface
IMotion
{
3
string
ActuatorName {
get
; }
4
string
ActorName {
get
; }
5
float
Strength {
get
;
set
; }
6
}
7
}
droid
droid.Runtime.Interfaces.IMotion
Definition:
IMotion.cs:2
Runtime
Interfaces
IMotion.cs
Generated by
1.8.13