Table of Contents

Class ProjectToolbarExample

Namespace
CodeBase.Samples
Assembly
4Experience.CodeBase.Samples.Editor.dll

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

string

Methods

MakeProjectAwesome()

[MenuItem("4Experience/Project/Examples/Make Project Awesome", false, 100000)]
private static void MakeProjectAwesome()