C# 클래스 UnityEditor.CurveEditorWindow

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

Private Properties

프로퍼티 타입 설명
CopyAndScaleCurveKeys UnityEngine.Keyframe[]
DoUpdateCurve void
GetConstantKeys UnityEngine.Keyframe[]
GetCurveEditorRect UnityEngine.Rect
GetCurveWrapperArray UnityEditor.CurveWrapper[]
GetEaseInKeys UnityEngine.Keyframe[]
GetEaseInMirrorKeys UnityEngine.Keyframe[]
GetEaseInOutKeys UnityEngine.Keyframe[]
GetEaseInOutMirrorKeys UnityEngine.Keyframe[]
GetEaseOutKeys UnityEngine.Keyframe[]
GetEaseOutMirrorKeys UnityEngine.Keyframe[]
GetLinearKeys UnityEngine.Keyframe[]
GetLinearMirrorKeys UnityEngine.Keyframe[]
GetNormalizationRect bool
Init void
InitCurvePresets void
OnDestroy void
OnDisable void
OnEnable void
OnGUI void
PresetDropDown void
RefreshShownCurves void
SendEvent void
SetSmoothEditable void
ValidateCurveLibraryTypeAndScale void

공개 메소드들

메소드 설명
Show ( GUIView viewToUpdate, CurveEditorSettings settings ) : void
UpdateCurve ( ) : void

비공개 메소드들

메소드 설명
CopyAndScaleCurveKeys ( Keyframe orgKeys, Rect rect, bool realToNormalized ) : UnityEngine.Keyframe[]
DoUpdateCurve ( bool exitGUI ) : void
GetConstantKeys ( float value ) : UnityEngine.Keyframe[]
GetCurveEditorRect ( ) : Rect
GetCurveWrapperArray ( ) : UnityEditor.CurveWrapper[]
GetEaseInKeys ( ) : UnityEngine.Keyframe[]
GetEaseInMirrorKeys ( ) : UnityEngine.Keyframe[]
GetEaseInOutKeys ( ) : UnityEngine.Keyframe[]
GetEaseInOutMirrorKeys ( ) : UnityEngine.Keyframe[]
GetEaseOutKeys ( ) : UnityEngine.Keyframe[]
GetEaseOutMirrorKeys ( ) : UnityEngine.Keyframe[]
GetLinearKeys ( ) : UnityEngine.Keyframe[]
GetLinearMirrorKeys ( ) : UnityEngine.Keyframe[]
GetNormalizationRect ( Rect &normalizationRect ) : bool
Init ( CurveEditorSettings settings ) : void
InitCurvePresets ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
PresetDropDown ( Rect rect ) : void
RefreshShownCurves ( ) : void
SendEvent ( string eventName, bool exitGUI ) : void
SetSmoothEditable ( Keyframe &keys ) : void
ValidateCurveLibraryTypeAndScale ( ) : void

메소드 상세

Show() 공개 메소드

public Show ( GUIView viewToUpdate, CurveEditorSettings settings ) : void
viewToUpdate GUIView
settings CurveEditorSettings
리턴 void

UpdateCurve() 공개 메소드

public UpdateCurve ( ) : void
리턴 void