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