Show / Hide Table of Contents

    Class ActionScriptableBase

    Inheritance
    Object
    ActionScriptableBase
    SpeedAction
    WaitAnyInputAction
    WaitForAction
    Implements
    ITagProvider
    Namespace: Febucci.UI.Actions
    Assembly: Febucci.TextAnimator.Runtime.dll
    Syntax
    public abstract class ActionScriptableBase : ScriptableObject, ITagProvider

    Properties

    TagID

    Declaration
    public string TagID { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    DoAction(ActionMarker, TypewriterCore, TypingInfo)

    Declaration
    public abstract System.Collections.IEnumerator DoAction(ActionMarker action, TypewriterCore typewriter, TypingInfo typingInfo)
    Parameters
    Type Name Description
    ActionMarker action
    TypewriterCore typewriter
    TypingInfo typingInfo
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    ITagProvider
    Back to top Text Animator for Unity - Documentation