Search Results for

    Show / Hide Table of Contents

    Class ArcTelegraphController

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

    Fields

    arcAngle

    Declaration
    public float arcAngle
    Field Value
    Type Description
    float

    duration

    Declaration
    public float duration
    Field Value
    Type Description
    float

    fillArea

    Declaration
    [FoldoutGroup("References", false, 0)]
    public MeshRenderer fillArea
    Field Value
    Type Description
    UnityEngine.MeshRenderer

    fillBorder

    Declaration
    [FoldoutGroup("References", false, 0)]
    public MeshRenderer fillBorder
    Field Value
    Type Description
    UnityEngine.MeshRenderer

    innerRadius

    Declaration
    public float innerRadius
    Field Value
    Type Description
    float

    maxBorder

    Declaration
    [FoldoutGroup("References", false, 0)]
    public MeshRenderer maxBorder
    Field Value
    Type Description
    UnityEngine.MeshRenderer

    outerRadius

    Declaration
    public float outerRadius
    Field Value
    Type Description
    float

    whiteBorder

    Declaration
    [FoldoutGroup("References", false, 0)]
    public MeshRenderer whiteBorder
    Field Value
    Type Description
    UnityEngine.MeshRenderer

    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