FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
AutoRefreshSettings Class Reference

Automatically refresh the activity settings on an interval and trigger a UnityEvent on every refresh. More...

Public Attributes

bool isAutoRefresh
 Inspector, Code
Set to true to automatically refresh the activity settings.
 
UnityEvent OnRefreshSettings
 Inspector, Code
Calls the function(s) subscribed to this UnityEvent when the activity settings are refreshed.
 

Protected Attributes

float refreshRateSeconds = 0.25f
 Inspector, Code
The refresh rate in seconds.
 

Detailed Description

Automatically refresh the activity settings on an interval and trigger a UnityEvent on every refresh.

See also
UnityEngine.Events.UnityEvent

Member Data Documentation

◆ isAutoRefresh

bool isAutoRefresh

Inspector, Code
Set to true to automatically refresh the activity settings.

◆ OnRefreshSettings

UnityEvent OnRefreshSettings

Inspector, Code
Calls the function(s) subscribed to this UnityEvent when the activity settings are refreshed.

◆ refreshRateSeconds

float refreshRateSeconds = 0.25f
protected

Inspector, Code
The refresh rate in seconds.


The documentation for this class was generated from the following file: