C# Class UnityEditor.GradientPicker

Inheritance: EditorWindow
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Private Properties

Свойство Type Description
GradientPicker System
Init void
InitIfNeeded void
OnPlayModeStateChanged void
PresetClickedCallback void
SendEvent void
SetGradientData void

Méthodes publiques

Méthode Description
CloseWindow ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
RepaintWindow ( ) : void
SetCurrentGradient ( Gradient gradient ) : void
Show ( Gradient newGradient ) : void

Private Methods

Méthode Description
GradientPicker ( ) : System
Init ( Gradient newGradient ) : void
InitIfNeeded ( ) : void
OnPlayModeStateChanged ( ) : void
PresetClickedCallback ( int clickCount, object presetObject ) : void
SendEvent ( bool exitGUI ) : void
SetGradientData ( Gradient gradient ) : void

Method Details

CloseWindow() public static méthode

public static CloseWindow ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

RepaintWindow() public static méthode

public static RepaintWindow ( ) : void
Résultat void

SetCurrentGradient() public static méthode

public static SetCurrentGradient ( Gradient gradient ) : void
gradient UnityEngine.Gradient
Résultat void

Show() public static méthode

public static Show ( Gradient newGradient ) : void
newGradient UnityEngine.Gradient
Résultat void