Search Results for

    Show / Hide Table of Contents

    Class ObjectHighlightManager

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

    Fields

    ally

    Declaration
    public ObjectHighlightManager.OutlineStyle ally
    Field Value
    Type Description
    ObjectHighlightManager.OutlineStyle

    enemy

    Declaration
    public ObjectHighlightManager.OutlineStyle enemy
    Field Value
    Type Description
    ObjectHighlightManager.OutlineStyle

    interactable

    Declaration
    public ObjectHighlightManager.OutlineStyle interactable
    Field Value
    Type Description
    ObjectHighlightManager.OutlineStyle

    isObjectHighlightDisabled

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

    MouseDownStrength

    Declaration
    public const float MouseDownStrength = 0.6
    Field Value
    Type Description
    float

    MouseOverStrength

    Declaration
    public const float MouseOverStrength = 0.4
    Field Value
    Type Description
    float

    neutral

    Declaration
    public ObjectHighlightManager.OutlineStyle neutral
    Field Value
    Type Description
    ObjectHighlightManager.OutlineStyle

    own

    Declaration
    public ObjectHighlightManager.OutlineStyle own
    Field Value
    Type Description
    ObjectHighlightManager.OutlineStyle

    Methods

    FrameUpdate()

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

    GetProfile()

    Declaration
    public static HighlightProfile GetProfile()
    Returns
    Type Description
    HighlightPlus.HighlightProfile

    OnCinematicCameraHelperChanged(bool)

    Declaration
    public void OnCinematicCameraHelperChanged(bool on)
    Parameters
    Type Name Description
    bool on

    Implements

    ILogicUpdate
    ICinematicCameraHelperStateReceiver

    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