Search Results for

    Show / Hide Table of Contents

    Class PlayLobby_Fireplace

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    PlayLobby_Fireplace
    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
    [LogicUpdatePriority(2000)]
    public class PlayLobby_Fireplace : LogicBehaviour, ILogicUpdate

    Fields

    intensityDeviation

    Declaration
    public float intensityDeviation
    Field Value
    Type Description
    float

    intensityNewTargetTime

    Declaration
    public float intensityNewTargetTime
    Field Value
    Type Description
    float

    intensitySmoothTime

    Declaration
    public float intensitySmoothTime
    Field Value
    Type Description
    float

    positionDeviation

    Declaration
    public float positionDeviation
    Field Value
    Type Description
    float

    positionNewTargetTime

    Declaration
    public float positionNewTargetTime
    Field Value
    Type Description
    float

    positionSmoothTime

    Declaration
    public float positionSmoothTime
    Field Value
    Type Description
    float

    Methods

    FrameUpdate()

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

    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