docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CloudStorageMethods

    Extension methods for cloud data storage users

    Inheritance
    object
    CloudStorageMethods
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.AR.Companion.CloudStorage
    Assembly: solution.dll
    Syntax
    public static class CloudStorageMethods

    Methods

    Name Description
    CancelAllRequests(IUsesCloudStorage)

    Cancel all currently active requests

    CancelRequest(IUsesCloudStorage, RequestHandle)

    Cancel a request with the given request handle

    CloudLoadAsync(IUsesCloudStorage, string, bool, Action<bool, long, byte[]>, ProgressCallback, int)

    Load from the cloud asynchronously the byte array which was saved with a known key

    CloudLoadAsync(IUsesCloudStorage, string, bool, Action<bool, long, string>, ProgressCallback, int)

    Load from the cloud asynchronously the data of an object which was saved with a known key

    CloudLoadTextureAsync(IUsesCloudStorage, string, bool, LoadTextureCallback, ProgressCallback, int)

    Load a texture asynchronously from cloud storage

    CloudSaveAsync(IUsesCloudStorage, string, byte[], bool, Action<bool, long, string>, ProgressCallback, int)

    Save to the cloud asynchronously data in a byte array with a specified key

    CloudSaveAsync(IUsesCloudStorage, string, string, bool, Action<bool, long, string>, ProgressCallback, int)

    Save to the cloud asynchronously the data of an object with a specified key

    CloudSaveFileAsync(IUsesCloudStorage, string, string, bool, Action<bool, long, string>, ProgressCallback, int)

    Save to the cloud asynchronously data in a file with a specified key

    GetProjectIdentifier(IUsesCloudStorage)

    Get the current project identifier

    LoadLocalTextureAsync(IUsesCloudStorage, string, LoadTextureCallback, ProgressCallback, int)

    Load a texture asynchronously from local storage

    SetProjectIdentifier(IUsesCloudStorage, string)

    Set the current project identifier

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)