A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
EditorGUILayoutHelper Class Reference

Some editor gui helper methods. More...

Detailed Description

Some editor gui helper methods.

Static Public Member Functions

static int TagField (string label, int value, System.Action editCallback)
 

Static Private Attributes

static string [] tagNamesAndEditTagsButton
 Tag names and an additional 'Edit Tags...' entry. More...
 
static double timeLastUpdatedTagNames
 Last time tagNamesAndEditTagsButton was updated. More...
 

Member Function Documentation

◆ TagField()

static int TagField ( string  label,
int  value,
System.Action  editCallback 
)
static

Member Data Documentation

◆ tagNamesAndEditTagsButton

string [] tagNamesAndEditTagsButton
staticprivate

Tag names and an additional 'Edit Tags...' entry.

Used for SingleTagField

◆ timeLastUpdatedTagNames

double timeLastUpdatedTagNames
staticprivate

Last time tagNamesAndEditTagsButton was updated.

Uses EditorApplication.timeSinceStartup


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