Class ProjectToolbarExample
An example of using MenuItem (Unity toolbar item) with the CodeBase InspectorConstants.
public static class ProjectToolbarExample
- Inheritance
-
ProjectToolbarExample
Fields
AWESOME_PROJECT_LOG
private const string AWESOME_PROJECT_LOG = "Your Project is awesome now!"
Field Value
Methods
MakeProjectAwesome()
[MenuItem("4Experience/Project/Examples/Make Project Awesome", false, 100000)]
private static void MakeProjectAwesome()