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