Search Results for

    Show / Hide Table of Contents

    Class CursorManager

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

    Fields

    disableSoftwareCursor

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

    scaleMultiplier

    Declaration
    public float scaleMultiplier
    Field Value
    Type Description
    float

    textures

    Declaration
    public Texture2D[] textures
    Field Value
    Type Description
    UnityEngine.Texture2D[]

    Methods

    ApplyCursor(int)

    Declaration
    public void ApplyCursor(int index)
    Parameters
    Type Name Description
    int index

    CreateScaledCopy(Texture2D, float)

    Declaration
    public Texture2D CreateScaledCopy(Texture2D source, float scaleFactor)
    Parameters
    Type Name Description
    UnityEngine.Texture2D source
    float scaleFactor
    Returns
    Type Description
    UnityEngine.Texture2D

    FrameUpdate()

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

    LogicUpdate(float)

    Declaration
    public override void LogicUpdate(float dt)
    Parameters
    Type Name Description
    float dt
    Overrides
    LogicBehaviour.LogicUpdate(float)

    ResizeTextures()

    Declaration
    public void ResizeTextures()

    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