C# Class UnityEditor.ButtonWithAnimatedIconRotation

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ButtonWithAnimatedIconRotation ( Func angleCallback, System.Action repaintCallback, float repaintsPerSecond, bool mouseDownButton ) : System
Clear ( ) : void
OnGUI ( Rect rect, GUIContent guiContent, bool animate, GUIStyle style ) : bool

Method Details

ButtonWithAnimatedIconRotation() public méthode

public ButtonWithAnimatedIconRotation ( Func angleCallback, System.Action repaintCallback, float repaintsPerSecond, bool mouseDownButton ) : System
angleCallback Func
repaintCallback System.Action
repaintsPerSecond float
mouseDownButton bool
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( Rect rect, GUIContent guiContent, bool animate, GUIStyle style ) : bool
rect UnityEngine.Rect
guiContent UnityEngine.GUIContent
animate bool
style UnityEngine.GUIStyle
Résultat bool