C# Class UnityEditor.ButtonWithAnimatedIconRotation

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method 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 method

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

Clear() public method

public Clear ( ) : void
return void

OnGUI() public method

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