Search Results for

    Show / Hide Table of Contents

    Class GlobalLogicPackage

    Singleton package of logics and managers, that are present at all times, globally.

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    ManagerBase<GlobalLogicPackage>
    GlobalLogicPackage
    Implements
    ILogicUpdate
    Inherited Members
    ManagerBase<GlobalLogicPackage>.instance
    ManagerBase<GlobalLogicPackage>.softInstance
    ManagerBase<GlobalLogicPackage>.OnEnable()
    ManagerBase<GlobalLogicPackage>.OnDisable()
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.LogicUpdate(float)
    LogicBehaviour.FrameUpdate()
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class GlobalLogicPackage : ManagerBase<GlobalLogicPackage>, ILogicUpdate

    Fields

    showFps

    Declaration
    [NonSerialized]
    public bool showFps
    Field Value
    Type Description
    bool

    Methods

    Awake()

    Declaration
    protected override void Awake()
    Overrides
    ManagerBase<GlobalLogicPackage>.Awake()

    CallOnReady(Action)

    Call the action after global package has been added. If the global package already exists, it will be called immediately.

    Declaration
    public static void CallOnReady(Action callback)
    Parameters
    Type Name Description
    System.Action callback

    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