Search Results for

    Show / Hide Table of Contents

    Class BoxTelegraphController

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    BoxTelegraphController
    Implements
    IEffectComponent
    IEffectWithSpeed
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class BoxTelegraphController : MonoBehaviour, IEffectComponent, IEffectWithSpeed

    Fields

    animateX

    Declaration
    public BoxTelegraphAnimType animateX
    Field Value
    Type Description
    BoxTelegraphAnimType

    animateXEase

    Declaration
    [HideLabel]
    [ShowIf("@animateX != BoxTelegraphAnimType.None", true)]
    public DewEase animateXEase
    Field Value
    Type Description
    DewEase

    animateY

    Declaration
    public BoxTelegraphAnimType animateY
    Field Value
    Type Description
    BoxTelegraphAnimType

    animateYEase

    Declaration
    [HideLabel]
    [ShowIf("@animateY != BoxTelegraphAnimType.None", true)]
    public DewEase animateYEase
    Field Value
    Type Description
    DewEase

    duration

    Declaration
    public float duration
    Field Value
    Type Description
    float

    height

    Declaration
    public float height
    Field Value
    Type Description
    float

    inners

    Declaration
    [FoldoutGroup("References", 0)]
    public SpriteRenderer[] inners
    Field Value
    Type Description
    SpriteRenderer[]

    outers

    Declaration
    [FoldoutGroup("References", 0)]
    public SpriteRenderer[] outers
    Field Value
    Type Description
    SpriteRenderer[]

    reds

    Declaration
    [FoldoutGroup("References", 0)]
    public SpriteRenderer[] reds
    Field Value
    Type Description
    SpriteRenderer[]

    whites

    Declaration
    [FoldoutGroup("References", 0)]
    public SpriteRenderer[] whites
    Field Value
    Type Description
    SpriteRenderer[]

    width

    Declaration
    public float width
    Field Value
    Type Description
    float

    Properties

    isPlaying

    Declaration
    public bool isPlaying { get; }
    Property Value
    Type Description
    bool

    value

    Declaration
    public float value { get; set; }
    Property Value
    Type Description
    float

    Methods

    ApplySpeedMultiplier(float)

    Declaration
    public void ApplySpeedMultiplier(float speed)
    Parameters
    Type Name Description
    float speed

    Play()

    Declaration
    public void Play()

    Stop()

    Declaration
    public void Stop()

    Implements

    IEffectComponent
    IEffectWithSpeed

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation