Search Results for

    Show / Hide Table of Contents

    Class MaterialHighlightProvider

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    HighlightProvider
    MaterialHighlightProvider
    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 MaterialHighlightProvider : HighlightProvider, ILogicUpdate

    Fields

    clickValueMax

    Declaration
    public float clickValueMax
    Field Value
    Type Description
    float

    cursorValueMultiplier

    Declaration
    public float cursorValueMultiplier
    Field Value
    Type Description
    float

    targetMaterial

    Declaration
    public Material targetMaterial
    Field Value
    Type Description
    UnityEngine.Material

    targetProperty

    Declaration
    public string targetProperty
    Field Value
    Type Description
    string

    Methods

    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()

    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