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