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