C# Class UnityEditor.CurvePresetLibrary.CurvePreset

显示文件 Open project: randomize/VimConfig

Public Methods

Method Description
CurvePreset ( AnimationCurve preset, AnimationCurve preset2, string presetName ) : System
CurvePreset ( AnimationCurve preset, string presetName ) : System

Method Details

CurvePreset() public method

public CurvePreset ( AnimationCurve preset, AnimationCurve preset2, string presetName ) : System
preset UnityEngine.AnimationCurve
preset2 UnityEngine.AnimationCurve
presetName string
return System

CurvePreset() public method

public CurvePreset ( AnimationCurve preset, string presetName ) : System
preset UnityEngine.AnimationCurve
presetName string
return System