Class SUAnimationDataDrawer
Inheritance
SUAnimationDataDrawer
Assembly: cs.temp.dll.dll
Syntax
public class SUAnimationDataDrawer : PropertyDrawer
Fields
_ease
Declaration
protected SerializedProperty _ease
Field Value
Type |
Description |
SerializedProperty |
|
_endMode
Declaration
protected SerializedProperty _endMode
Field Value
Type |
Description |
SerializedProperty |
|
_looped
Declaration
protected SerializedProperty _looped
Field Value
Type |
Description |
SerializedProperty |
|
_obj
Declaration
protected SerializedProperty _obj
Field Value
Type |
Description |
SerializedProperty |
|
_startMode
Declaration
protected SerializedProperty _startMode
Field Value
Type |
Description |
SerializedProperty |
|
_useUnscaledTime
Declaration
protected SerializedProperty _useUnscaledTime
Field Value
Type |
Description |
SerializedProperty |
|
Methods
GetHeightCommonFields()
Declaration
protected virtual int GetHeightCommonFields()
Returns
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
Type |
Name |
Description |
SerializedProperty |
property |
|
GUIContent |
label |
|
Returns
IsNone()
Declaration
protected virtual bool IsNone()
Returns
OnCanBeLooped()
Declaration
protected virtual bool OnCanBeLooped()
Returns
OnCanUseDefaultModes(ref Rect, SerializedProperty)
Declaration
protected virtual bool OnCanUseDefaultModes(ref Rect position, SerializedProperty property)
Parameters
Type |
Name |
Description |
Rect |
position |
|
SerializedProperty |
property |
|
Returns
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
Type |
Name |
Description |
Rect |
position |
|
SerializedProperty |
property |
|
GUIContent |
label |
|