Class RuntimeCloudContext
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
UnityEngine.Object.FindFirstObjectByType<T>()
UnityEngine.Object.FindAnyObjectByType<T>()
UnityEngine.Object.FindFirstObjectByType<T>(UnityEngine.FindObjectsInactive)
UnityEngine.Object.FindAnyObjectByType<T>(UnityEngine.FindObjectsInactive)
Namespace: Unity.Muse.Common
Syntax
[Preserve]
[Serializable]
public class RuntimeCloudContext : MonoBehaviour, ICloudContext
Fields
accessToken
Access token for cloud authorization.
Declaration
[SerializeField]
public string accessToken
Field Value
Type | Description |
---|---|
String |
Properties
TimeSinceStartup
Declaration
public double TimeSinceStartup { get; }
Property Value
Type | Description |
---|---|
Double |
Implements
Methods
RegisterForTickCallback(ICloudContext.Callback)
Declaration
public void RegisterForTickCallback(ICloudContext.Callback cb)
Parameters
Type | Name | Description |
---|---|---|
ICloudContext.Callback | cb |
Implements
RegisterNextFrameCallback(ICloudContext.Callback)
Declaration
public void RegisterNextFrameCallback(ICloudContext.Callback cb)
Parameters
Type | Name | Description |
---|---|---|
ICloudContext.Callback | cb |
Implements
UnregisterForTickCallback(ICloudContext.Callback)
Declaration
public void UnregisterForTickCallback(ICloudContext.Callback cb)
Parameters
Type | Name | Description |
---|---|---|
ICloudContext.Callback | cb |