Show / Hide Table of Contents

    Class BehaviorScriptableBase

    Base class for animating letters in Text Animator

    Inheritance
    Object
    AnimationScriptableBase
    BehaviorScriptableBase
    BehaviorScriptableSine
    FadeBehavior
    RainbowBehavior
    RotationBehavior
    ShakeBehavior
    SizeBehavior
    Implements
    ITagProvider
    Inherited Members
    AnimationScriptableBase.TagID
    AnimationScriptableBase.InitializeOnce()
    AnimationScriptableBase.OnInitialize()
    AnimationScriptableBase.ResetContext(TAnimCore)
    AnimationScriptableBase.SetModifier(ModifierInfo)
    AnimationScriptableBase.ApplyEffectTo(CharacterData, TAnimCore)
    Namespace: Febucci.UI.Effects
    Assembly: Febucci.TextAnimator.Runtime.dll
    Syntax
    public abstract class BehaviorScriptableBase : AnimationScriptableBase, ITagProvider

    Methods

    CanApplyEffectTo(CharacterData, TAnimCore)

    Declaration
    public override bool CanApplyEffectTo(CharacterData character, TAnimCore animator)
    Parameters
    Type Name Description
    CharacterData character
    TAnimCore animator
    Returns
    Type Description
    System.Boolean
    Overrides
    AnimationScriptableBase.CanApplyEffectTo(CharacterData, TAnimCore)

    GetMaxDuration()

    Declaration
    public override float GetMaxDuration()
    Returns
    Type Description
    System.Single
    Overrides
    AnimationScriptableBase.GetMaxDuration()

    Implements

    ITagProvider
    Back to top Text Animator for Unity - Documentation