Class AssetBundleResource | MARS Companion Core | 0.1.9-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class AssetBundleResource

    Inheritance
    Object
    AssetBundleResource
    Namespace: Unity.MARS.Companion.Core
    Syntax
    [Serializable]
    public class AssetBundleResource

    Constructors

    AssetBundleResource()

    Declaration
    public AssetBundleResource()

    AssetBundleResource(String, String, Int64)

    Declaration
    public AssetBundleResource(string platform, string key, long fileSize)
    Parameters
    Type Name Description
    String platform
    String key
    Int64 fileSize

    Properties

    FileSize

    Declaration
    public long FileSize { get; }
    Property Value
    Type Description
    Int64

    Key

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    String

    Platform

    Declaration
    public string Platform { get; }
    Property Value
    Type Description
    String

    Methods

    Update(String, Int64)

    Declaration
    public void Update(string key, long fileSize)
    Parameters
    Type Name Description
    String key
    Int64 fileSize
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023