My Project
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ObjectBuilderEditor Class Reference
Inheritance diagram for ObjectBuilderEditor:

Public Member Functions

bool HasTagGlobal (string tagToCheck)
 
override void OnInspectorGUI ()
 

Static Public Member Functions

static MT[] GetGlobalTagsList ()
 

Public Attributes

string stringToEdit
 
string tagDescription
 

Static Public Attributes

static bool expandGlobals = true
 
static bool expandCodeExample = false
 

Member Data Documentation

◆ stringToEdit

string ObjectBuilderEditor.stringToEdit
Initial value:
= "//MultiTags are NOT case sensitive! :)\n\n" +
"void OnTriggerEnter2D(Collider2D col) \n" +
"{ \n\n" +
@" if (col.gameObject.HasTag (""Enemy"")) { " +
"\n\n //Magic here \n\n" +
" } \n" +
"} \n"

The documentation for this class was generated from the following file: