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