Class GoogleCloudDataStorageModule
Inheritance
GoogleCloudDataStorageModule
Inherited Members
Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
Syntax
[ModuleOrder(-2147483648)]
[ScriptableSettingsPath("Assets/MARS/UserSettings")]
[MovedFrom("Unity.MARS")]
[Obsolete("MARS Cloud storage is obsolete")]
public class GoogleCloudDataStorageModule : ScriptableSettings<GoogleCloudDataStorageModule>, IModuleBehaviorCallbacks, IModule, IProvidesCloudDataStorage, IFunctionalityProvider
Methods
AuthenticatedGetRequest(String, String, Action<Boolean, String>)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void AuthenticatedGetRequest(string uri, string authToken, Action<bool, string> callback)
Parameters
CloudLoadAsync(String, Action<Boolean, Int64, Byte[]>, ProgressCallback)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void CloudLoadAsync(string key, Action<bool, long, byte[]> callback, ProgressCallback progress = null)
Parameters
Implements
Exceptions
CloudLoadAsync(String, Action<Boolean, Int64, String>, ProgressCallback)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void CloudLoadAsync(string key, Action<bool, long, string> callback, ProgressCallback progress = null)
Parameters
Implements
Exceptions
CloudLoadTextureAsync(String, LoadTextureCallback, ProgressCallback)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void CloudLoadTextureAsync(string key, LoadTextureCallback callback, ProgressCallback progress = null)
Parameters
Implements
Exceptions
CloudSaveAsync(String, Byte[], Action<Boolean, Int64, String>, ProgressCallback)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void CloudSaveAsync(string key, byte[] bytesObject, Action<bool, long, string> callback = null, ProgressCallback progress = null)
Parameters
Implements
Exceptions
CloudSaveAsync(String, String, Action<Boolean, Int64, String>, ProgressCallback)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void CloudSaveAsync(string key, string serializedObject, Action<bool, long, string> callback = null, ProgressCallback progress = null)
Parameters
Implements
Exceptions
GetAPIKey()
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public string GetAPIKey()
Returns
Implements
Exceptions
GetProjectIdentifier()
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public string GetProjectIdentifier()
Returns
Implements
Exceptions
IsConnected()
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public bool IsConnected()
Returns
Implements
LoadLocalTextureAsync(String, LoadTextureCallback, ProgressCallback)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void LoadLocalTextureAsync(string path, LoadTextureCallback callback, ProgressCallback progress = null)
Parameters
Implements
Exceptions
SetAPIKey(String)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void SetAPIKey(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Implements
Exceptions
SetProjectIdentifier(String)
Declaration
[Obsolete("MARS Cloud storage is obsolete")]
public void SetProjectIdentifier(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Implements
Exceptions
Explicit Interface Implementations
Declaration
void IFunctionalityProvider.ConnectSubscriber(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Implements
Declaration
void IFunctionalityProvider.LoadProvider()
Implements
Declaration
void IFunctionalityProvider.UnloadProvider()
Implements
Declaration
void IModule.LoadModule()
Implements
Declaration
void IModule.UnloadModule()
Implements
Declaration
void IModuleBehaviorCallbacks.OnBehaviorAwake()
Implements
Declaration
void IModuleBehaviorCallbacks.OnBehaviorDestroy()
Implements
Declaration
void IModuleBehaviorCallbacks.OnBehaviorDisable()
Implements
Declaration
void IModuleBehaviorCallbacks.OnBehaviorEnable()
Implements
Declaration
void IModuleBehaviorCallbacks.OnBehaviorStart()
Implements
Declaration
void IModuleBehaviorCallbacks.OnBehaviorUpdate()
Implements