Search Results for

    Show / Hide Table of Contents

    Class SUAnimationDataDrawer

    Inheritance
    Object
    SUAnimationDataDrawer
    SUCharTweenDataDrawer
    SUPunchDataDrawer
    SURectSizeDataDrawer
    SUScreenAnimationDataDrawer
    SUShakeDataDrawer
    Namespace: Surfer
    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
    Type Description
    Int32

    GetPropertyHeight(SerializedProperty, GUIContent)

    Declaration
    public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
    Parameters
    Type Name Description
    SerializedProperty property
    GUIContent label
    Returns
    Type Description
    Single

    IsNone()

    Declaration
    protected virtual bool IsNone()
    Returns
    Type Description
    Boolean

    OnCanBeLooped()

    Declaration
    protected virtual bool OnCanBeLooped()
    Returns
    Type Description
    Boolean

    OnCanUseDefaultModes(ref Rect, SerializedProperty)

    Declaration
    protected virtual bool OnCanUseDefaultModes(ref Rect position, SerializedProperty property)
    Parameters
    Type Name Description
    Rect position
    SerializedProperty property
    Returns
    Type Description
    Boolean

    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
    In This Article
    Back to top Copyright © 2021 ATStudio