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 }