Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
ActuatorComponentMenuPath.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Prototyping.Actuators {
4  public static class ActuatorComponentMenuPath {
8  public const string _ComponentMenuPath = PrototypingComponentMenuPath._ComponentMenuPath + "Actuators/";
12  public const string _Postfix = "Actuator";
13  }
14 }