Property | Type | Description | |
---|---|---|---|
defaultAreaStyle | |||
defaultLabelStyle | |||
editor | |||
fancyEffects | bool |
Method | Description | |
---|---|---|
BeginFadeArea ( bool open, string id ) : FadeArea | ||
BeginFadeArea ( bool open, string id, float minHeight ) : FadeArea | ||
BeginFadeArea ( bool open, string id, float minHeight, |
||
BeginFadeArea ( bool open, string label, string id ) : FadeArea | ||
BeginFadeArea ( bool open, string label, string id, |
||
BeginFadeArea ( bool open, string label, string id, |
||
BeginIndent ( ) : void | ||
ClearFadeAreaStack ( ) : void | ||
DrawID ( string id ) : bool | ||
EndFadeArea ( ) : void | ||
EndIndent ( ) : void | ||
Hermite ( float start, float end, float value ) : float | ||
LayerMaskField ( string label, |
||
RemoveID ( string id ) : void | ||
TagField ( string label, int value ) : int | ||
TagMaskField ( |
||
UnityTagMaskList ( |
||
UpDownArrows ( |
Method | Description | |
---|---|---|
IndentWidth ( ) : int |
public BeginFadeArea ( bool open, string id ) : FadeArea | ||
open | bool | |
id | string | |
return | FadeArea |
public BeginFadeArea ( bool open, string id, float minHeight ) : FadeArea | ||
open | bool | |
id | string | |
minHeight | float | |
return | FadeArea |
public BeginFadeArea ( bool open, string id, float minHeight, |
||
open | bool | |
id | string | |
minHeight | float | |
areaStyle | ||
return | FadeArea |
public BeginFadeArea ( bool open, string label, string id ) : FadeArea | ||
open | bool | |
label | string | |
id | string | |
return | FadeArea |
public BeginFadeArea ( bool open, string label, string id, |
||
open | bool | |
label | string | |
id | string | |
areaStyle | ||
return | FadeArea |
public BeginFadeArea ( bool open, string label, string id, |
||
open | bool | |
label | string | |
id | string | |
areaStyle | ||
labelStyle | ||
return | FadeArea |
public static Hermite ( float start, float end, float value ) : float | ||
start | float | |
end | float | |
value | float | |
return | float |
public static LayerMaskField ( string label, |
||
label | string | |
selected | ||
return |
public static TagField ( string label, int value ) : int | ||
label | string | |
value | int | |
return | int |
public static TagMaskField ( |
||
label | ||
value | int | |
callback | System |
|
return | void |
public static UnityTagMaskList ( |
||
label | ||
foldout | bool | |
tagMask | List |
|
return | bool |
public static UpDownArrows ( |
||
label | ||
value | int | |
labelStyle | ||
upArrow | ||
downArrow | ||
return | int |
public static GUIStyle,UnityEngine defaultAreaStyle | ||
return |
public static GUIStyle,UnityEngine defaultLabelStyle | ||
return |
public static Editor,UnityEditor editor | ||
return |