C# Class UnityEditor.CurveEditorSettings

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

Public Properties

Property Type Description
allowDeleteLastKeyInCurve bool
allowDraggingCurvesAndRegions bool
hTickLabelOffset float
showAxisLabels bool
useFocusColors bool
wrapColor Color

Private Properties

Property Type Description

Public Methods

Method Description
CurveEditorSettings ( ) : System

Method Details

CurveEditorSettings() public method

public CurveEditorSettings ( ) : System
return System

Property Details

allowDeleteLastKeyInCurve public_oe property

public bool allowDeleteLastKeyInCurve
return bool

allowDraggingCurvesAndRegions public_oe property

public bool allowDraggingCurvesAndRegions
return bool

hTickLabelOffset public_oe property

public float hTickLabelOffset
return float

showAxisLabels public_oe property

public bool showAxisLabels
return bool

useFocusColors public_oe property

public bool useFocusColors
return bool

wrapColor public_oe property

public Color wrapColor
return Color