|
FAST SDK Coding Reference 1.0.5
|
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. | |
Automatically refresh the activity settings on an interval and trigger a UnityEvent on every refresh.
| 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 |
Inspector, Code
The refresh rate in seconds.