Search Results for

    Show / Hide Table of Contents

    Class MeshHighlightProvider

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    HighlightProvider
    MeshHighlightProvider
    EntityHighlightProvider
    InteractableMeshHighlightProvider
    Implements
    ILogicUpdate
    Inherited Members
    HighlightProvider.cursorStatus
    HighlightProvider.elapsedClickTime
    HighlightProvider.ShowClick()
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.OnEnable()
    LogicBehaviour.OnDisable()
    LogicBehaviour.LogicUpdate(float)
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class MeshHighlightProvider : HighlightProvider, ILogicUpdate

    Properties

    meshHighlight

    Declaration
    public HighlightEffect meshHighlight { get; }
    Property Value
    Type Description
    HighlightPlus.HighlightEffect

    Methods

    Awake()

    Declaration
    protected virtual void Awake()

    FrameUpdate()

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

    OnClickTimeUpdated()

    Declaration
    protected override void OnClickTimeUpdated()
    Overrides
    HighlightProvider.OnClickTimeUpdated()

    OnCursorStatusUpdated()

    Declaration
    protected override void OnCursorStatusUpdated()
    Overrides
    HighlightProvider.OnCursorStatusUpdated()

    OnDestroy()

    Declaration
    protected void OnDestroy()

    Start()

    Declaration
    protected virtual void Start()

    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