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