A* Pathfinding Project  4.3.2
The A* Pathfinding Project for Unity 3D
EditorGUILayoutx Class Reference

Handles fading effects and also some custom GUI functions such as LayerMaskField. More...

Detailed Description

Handles fading effects and also some custom GUI functions such as LayerMaskField.

Static Public Member Functions

static LayerMask LayerMaskField (string label, LayerMask selected)
 Displays a LayerMask field. More...
 
static bool UnityTagMaskList (GUIContent label, bool foldout, List< string > tagMask)
 

Static Private Attributes

static List< string > dummyList = new List<string>()
 
static long lastUpdateTick
 
static Dictionary< int, string[]> layerNames = new Dictionary<int, string[]>()
 

Member Function Documentation

◆ LayerMaskField()

static LayerMask LayerMaskField ( string  label,
LayerMask  selected 
)
static

Displays a LayerMask field.

Parameters
labelLabel to display
selectedCurrent LayerMask

◆ UnityTagMaskList()

static bool UnityTagMaskList ( GUIContent  label,
bool  foldout,
List< string >  tagMask 
)
static

Member Data Documentation

◆ dummyList

List<string> dummyList = new List<string>()
staticprivate

◆ lastUpdateTick

long lastUpdateTick
staticprivate

◆ layerNames

Dictionary<int, string[]> layerNames = new Dictionary<int, string[]>()
staticprivate

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