Class MeshHighlightProvider
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
MeshHighlightProvider
Implements
Inherited Members
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
OnClickTimeUpdated()
Declaration
protected override void OnClickTimeUpdated()
Overrides
OnCursorStatusUpdated()
Declaration
protected override void OnCursorStatusUpdated()
Overrides
OnDestroy()
Declaration
protected void OnDestroy()
Start()
Declaration
protected virtual void Start()