C# Class UnityEditor.AnimationClipEditor

Inheritance: Editor
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
s_EventTimelineMax float

Public Methods

Method Description
ClipRangeGUI ( float &startFrame, float &stopFrame, bool &changedStart, bool &changedStop ) : void
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void
ShowRange ( AnimationClipInfoProperties info ) : void

Private Methods

Method Description
AnimationClipGUI ( ) : void
CalculateQualityCurves ( ) : void
CurveGUI ( ) : void
DestroyController ( ) : void
EditWithImporter ( AnimationClip clip ) : void
EventsGUI ( ) : void
GetClipLength ( ) : float
GetStatsText ( ) : string
Init ( ) : void
InitController ( ) : void
InitMask ( ) : void
IsMaskUpToDate ( ) : bool
LoopQualityLampAndCurve ( Rect position, float value, int lightMeterHint, bool changedStart, bool changedStop, Vector2 curves ) : void
LoopToggle ( Rect r, GUIContent content, bool &val ) : void
MuscleClipGUI ( ) : void
OnAssetStoreInspectorGUI ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnHeaderControlsGUI ( ) : void
OnHeaderIconGUI ( Rect iconRect ) : void
OnHeaderTitleGUI ( Rect titleRect, string header ) : void
SetPreviewAvatar ( ) : void
SetTransformMaskFromReference ( ) : void
UpdateEventsPopupClipInfo ( AnimationClipInfoProperties info ) : void

Method Details

ClipRangeGUI() public method

public ClipRangeGUI ( float &startFrame, float &stopFrame, bool &changedStart, bool &changedStop ) : void
startFrame float
stopFrame float
changedStart bool
changedStop bool
return void

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnInteractivePreviewGUI() public method

public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
return void

OnPreviewSettings() public method

public OnPreviewSettings ( ) : void
return void

ShowRange() public method

public ShowRange ( AnimationClipInfoProperties info ) : void
info AnimationClipInfoProperties
return void

Property Details

s_EventTimelineMax public_oe static_oe property

public static float s_EventTimelineMax
return float