docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAssetFileCreation

    Namespace: Unity.Cloud.Assets
    Syntax
    public interface IAssetFileCreation

    Properties

    Description

    The description of the asset file.

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

    Details

    The details of the asset file.

    Declaration
    IDeserializable Details { get; }
    Property Value
    Type Description
    IDeserializable

    FileSize

    The file size of the asset file.

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

    Metadata

    The metadata of the asset file.

    Declaration
    IDeserializable Metadata { get; }
    Property Value
    Type Description
    IDeserializable

    Name

    The name of the asset file.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Tags

    The tags of the asset file.

    Declaration
    List<string> Tags { get; }
    Property Value
    Type Description
    List<String>

    Type

    The type of the asset file.

    Declaration
    string Type { get; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    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