Home
Manual
Reference
Scripting
Scripting Reference
EditorGUI
.CurveField
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Attributes
Enumerations
History
Index
EditorGUI
All Members
Class Variables
actionKey
indentLevel
showMixedValue
Class Functions
BeginChangeCheck
BeginDisabledGroup
BeginProperty
BoundsField
ColorField
CurveField
DrawPreviewTexture
DrawTextureAlpha
DropShadowLabel
EndChangeCheck
EndDisabledGroup
EndProperty
EnumMaskField
EnumPopup
FloatField
Foldout
GetPropertyHeight
HelpBox
InspectorTitlebar
IntField
IntPopup
IntSlider
LabelField
LayerField
MaskField
MinMaxSlider
ObjectField
PasswordField
Popup
PrefixLabel
ProgressBar
PropertyField
RectField
SelectableLabel
Slider
TagField
TextArea
TextField
Toggle
Vector2Field
Vector3Field
Vector4Field
static
function
CurveField (position :
Rect
, value :
AnimationCurve
) :
AnimationCurve
static
function
CurveField (position :
Rect
, label :
String
, value :
AnimationCurve
) :
AnimationCurve
static
function
CurveField (position :
Rect
, label :
GUIContent
, value :
AnimationCurve
) :
AnimationCurve
static
function
CurveField (position :
Rect
, value :
AnimationCurve
, color :
Color
, ranges :
Rect
) :
AnimationCurve
static
function
CurveField (position :
Rect
, label :
String
, value :
AnimationCurve
, color :
Color
, ranges :
Rect
) :
AnimationCurve
static
function
CurveField (position :
Rect
, label :
GUIContent
, value :
AnimationCurve
, color :
Color
, ranges :
Rect
) :
AnimationCurve
Description
static
function
CurveField (position :
Rect
, value :
SerializedProperty
, color :
Color
, ranges :
Rect
) :
void
Description