Search Results for

    Show / Hide Table of Contents

    Class SUReactionsData

    Data to better view/group/setup multiple custom reactions in the inspector

    Inheritance
    Object
    SUReactionsData
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SUReactionsData

    Properties

    Reactions

    Declaration
    public List<SUReactionData> Reactions { get; }
    Property Value
    Type Description
    List<SUReactionData>

    Methods

    CacheAnimations(GameObject)

    Animations made with doTween or charTweener have values like "Starting". This function is called at awake in order to cache object components so that animations with those values become possible

    Declaration
    public void CacheAnimations(GameObject go)
    Parameters
    Type Name Description
    GameObject go

    KillAnimations()

    Declaration
    public void KillAnimations()

    Play(SUElementData, Object)

    Declaration
    public void Play(SUElementData data, object evtData)
    Parameters
    Type Name Description
    SUElementData data
    Object evtData
    In This Article
    Back to top Copyright © 2021 ATStudio