Class SUScreenAnimationDataDrawer
Inheritance
SUScreenAnimationDataDrawer
Assembly: cs.temp.dll.dll
Syntax
public class SUScreenAnimationDataDrawer : SUAnimationDataDrawer
Methods
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
Type |
Name |
Description |
SerializedProperty |
property |
|
GUIContent |
label |
|
Returns
Overrides
IsNone()
Declaration
protected override bool IsNone()
Returns
Overrides
OnCanUseDefaultModes(ref Rect, SerializedProperty)
Declaration
protected override bool OnCanUseDefaultModes(ref Rect position, SerializedProperty property)
Parameters
Type |
Name |
Description |
Rect |
position |
|
SerializedProperty |
property |
|
Returns
Overrides
OnSupplementaryFields(ref Rect, SerializedProperty)
Declaration
protected virtual void OnSupplementaryFields(ref Rect position, SerializedProperty property)
Parameters
Type |
Name |
Description |
Rect |
position |
|
SerializedProperty |
property |
|