C# 클래스 UnityEditor.ButtonWithAnimatedIconRotation

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ButtonWithAnimatedIconRotation ( Func angleCallback, System.Action repaintCallback, float repaintsPerSecond, bool mouseDownButton ) : System
Clear ( ) : void
OnGUI ( Rect rect, GUIContent guiContent, bool animate, GUIStyle style ) : bool

메소드 상세

ButtonWithAnimatedIconRotation() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

OnGUI() 공개 메소드

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