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