C# Class Pathfinding.EditorGUILayoutx

Afficher le fichier Open project: jgirald/ES2015F Class Usage Examples

Méthodes publiques

Свойство Type Description
defaultAreaStyle UnityEngine.GUIStyle
defaultLabelStyle UnityEngine.GUIStyle
editor UnityEditor.Editor
fancyEffects bool

Méthodes publiques

Méthode Description
BeginFadeArea ( bool open, string id ) : FadeArea
BeginFadeArea ( bool open, string id, float minHeight ) : FadeArea
BeginFadeArea ( bool open, string id, float minHeight, GUIStyle areaStyle ) : FadeArea
BeginFadeArea ( bool open, string label, string id ) : FadeArea
BeginFadeArea ( bool open, string label, string id, GUIStyle areaStyle ) : FadeArea
BeginFadeArea ( bool open, string label, string id, GUIStyle areaStyle, GUIStyle labelStyle ) : FadeArea
BeginIndent ( ) : void
ClearFadeAreaStack ( ) : void
DrawID ( string id ) : bool
EndFadeArea ( ) : void
EndIndent ( ) : void
Hermite ( float start, float end, float value ) : float
LayerMaskField ( string label, LayerMask selected ) : LayerMask
RemoveID ( string id ) : void
TagField ( string label, int value ) : int
TagMaskField ( GUIContent label, int value, System callback ) : void
UnityTagMaskList ( GUIContent label, bool foldout, List tagMask ) : bool
UpDownArrows ( GUIContent label, int value, GUIStyle labelStyle, GUIStyle upArrow, GUIStyle downArrow ) : int

Private Methods

Méthode Description
IndentWidth ( ) : int

Method Details

BeginFadeArea() public méthode

public BeginFadeArea ( bool open, string id ) : FadeArea
open bool
id string
Résultat FadeArea

BeginFadeArea() public méthode

public BeginFadeArea ( bool open, string id, float minHeight ) : FadeArea
open bool
id string
minHeight float
Résultat FadeArea

BeginFadeArea() public méthode

public BeginFadeArea ( bool open, string id, float minHeight, GUIStyle areaStyle ) : FadeArea
open bool
id string
minHeight float
areaStyle UnityEngine.GUIStyle
Résultat FadeArea

BeginFadeArea() public méthode

public BeginFadeArea ( bool open, string label, string id ) : FadeArea
open bool
label string
id string
Résultat FadeArea

BeginFadeArea() public méthode

public BeginFadeArea ( bool open, string label, string id, GUIStyle areaStyle ) : FadeArea
open bool
label string
id string
areaStyle UnityEngine.GUIStyle
Résultat FadeArea

BeginFadeArea() public méthode

public BeginFadeArea ( bool open, string label, string id, GUIStyle areaStyle, GUIStyle labelStyle ) : FadeArea
open bool
label string
id string
areaStyle UnityEngine.GUIStyle
labelStyle UnityEngine.GUIStyle
Résultat FadeArea

BeginIndent() public static méthode

public static BeginIndent ( ) : void
Résultat void

ClearFadeAreaStack() public méthode

public ClearFadeAreaStack ( ) : void
Résultat void

DrawID() public méthode

public DrawID ( string id ) : bool
id string
Résultat bool

EndFadeArea() public méthode

public EndFadeArea ( ) : void
Résultat void

EndIndent() public static méthode

public static EndIndent ( ) : void
Résultat void

Hermite() public static méthode

public static Hermite ( float start, float end, float value ) : float
start float
end float
value float
Résultat float

LayerMaskField() public static méthode

public static LayerMaskField ( string label, LayerMask selected ) : LayerMask
label string
selected UnityEngine.LayerMask
Résultat UnityEngine.LayerMask

RemoveID() public méthode

public RemoveID ( string id ) : void
id string
Résultat void

TagField() public static méthode

public static TagField ( string label, int value ) : int
label string
value int
Résultat int

TagMaskField() public static méthode

public static TagMaskField ( GUIContent label, int value, System callback ) : void
label UnityEngine.GUIContent
value int
callback System
Résultat void

UnityTagMaskList() public static méthode

public static UnityTagMaskList ( GUIContent label, bool foldout, List tagMask ) : bool
label UnityEngine.GUIContent
foldout bool
tagMask List
Résultat bool

UpDownArrows() public static méthode

public static UpDownArrows ( GUIContent label, int value, GUIStyle labelStyle, GUIStyle upArrow, GUIStyle downArrow ) : int
label UnityEngine.GUIContent
value int
labelStyle UnityEngine.GUIStyle
upArrow UnityEngine.GUIStyle
downArrow UnityEngine.GUIStyle
Résultat int

Property Details

defaultAreaStyle public_oe static_oe property

public static GUIStyle,UnityEngine defaultAreaStyle
Résultat UnityEngine.GUIStyle

defaultLabelStyle public_oe static_oe property

public static GUIStyle,UnityEngine defaultLabelStyle
Résultat UnityEngine.GUIStyle

editor public_oe static_oe property

public static Editor,UnityEditor editor
Résultat UnityEditor.Editor

fancyEffects public_oe static_oe property

public static bool fancyEffects
Résultat bool