UnityEditor.CurvePresetsContentsForPopupWindow.CurvePresetsContentsForPopupWindow C# (CSharp) Method

CurvePresetsContentsForPopupWindow() public method

public CurvePresetsContentsForPopupWindow ( AnimationCurve animCurve, CurveLibraryType curveLibraryType, Action presetSelectedCallback ) : System
animCurve UnityEngine.AnimationCurve
curveLibraryType CurveLibraryType
presetSelectedCallback Action
return System
        public CurvePresetsContentsForPopupWindow(AnimationCurve animCurve, CurveLibraryType curveLibraryType, Action<AnimationCurve> presetSelectedCallback)
        {
            this.m_CurveLibraryType = curveLibraryType;
            this.m_Curve = animCurve;
            this.m_PresetSelectedCallback = presetSelectedCallback;
        }