Class HotspotSettings
Class HotspotSettings.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Global Namespace
Syntax
public class HotspotSettings : MonoBehaviour
Properties
HotspotCanvases
Gets or sets the hotspot canvases.
Declaration
public List<Canvas> HotspotCanvases { get; set; }
Property Value
Type | Description |
---|---|
List<Canvas> | The hotspot canvases. |
Methods
EnableFadeOut(Boolean)
Enables the fade out.
Declaration
public void EnableFadeOut(bool enable)
Parameters
Type | Name | Description |
---|---|---|
Boolean | enable | if set to |