Search Results for

    Show / Hide Table of Contents

    Class FxCastTelegraph

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    FxCastTelegraph
    Implements
    ILogicUpdate
    Inherited Members
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.OnEnable()
    LogicBehaviour.OnDisable()
    LogicBehaviour.LogicUpdate(float)
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [HideMonoScript]
    [LogicUpdatePriority(1000)]
    public class FxCastTelegraph : LogicBehaviour, ILogicUpdate

    Fields

    adjustSimulationSpeed

    Declaration
    public bool adjustSimulationSpeed
    Field Value
    Type Description
    bool

    offset

    Declaration
    [HideIf("@position == FxCastTelegraph.PositionType.None", true)]
    public FxCastTelegraph.OffsetType offset
    Field Value
    Type Description
    FxCastTelegraph.OffsetType

    position

    Declaration
    public FxCastTelegraph.PositionType position
    Field Value
    Type Description
    FxCastTelegraph.PositionType

    rotation

    Declaration
    public FxCastTelegraph.RotationType rotation
    Field Value
    Type Description
    FxCastTelegraph.RotationType

    Properties

    castInfo

    Declaration
    public CastInfo castInfo { get; }
    Property Value
    Type Description
    CastInfo

    castMethod

    Declaration
    public CastMethodType castMethod { get; }
    Property Value
    Type Description
    CastMethodType

    Methods

    FrameUpdate()

    Declaration
    public override void FrameUpdate()
    Overrides
    LogicBehaviour.FrameUpdate()

    Setup(CastMethodType, CastInfo, float)

    Declaration
    public void Setup(CastMethodType method, CastInfo info, float duration)
    Parameters
    Type Name Description
    CastMethodType method
    CastInfo info
    float duration

    Implements

    ILogicUpdate

    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