docs.unity3d.com
    Show / Hide Table of Contents

    Class AssetManagementBehaviour

    Inheritance
    Object
    AssetManagementBehaviour
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Assets.Documentation.Management
    Syntax
    public class AssetManagementBehaviour

    Properties

    AvailableAssets

    Declaration
    public IAssetPage AvailableAssets { get; }
    Property Value
    Type Description
    IAssetPage

    AvailableOrganizations

    Declaration
    public IOrganization[] AvailableOrganizations { get; }
    Property Value
    Type Description
    IOrganization[]

    AvailableProjects

    Declaration
    public IProjectPage AvailableProjects { get; }
    Property Value
    Type Description
    IProjectPage

    CurrentAsset

    Declaration
    public IAsset CurrentAsset { get; set; }
    Property Value
    Type Description
    IAsset

    CurrentOrganization

    Declaration
    public IOrganization CurrentOrganization { get; }
    Property Value
    Type Description
    IOrganization

    CurrentProject

    Declaration
    public IProject CurrentProject { get; }
    Property Value
    Type Description
    IProject

    IsOrganizationSelected

    Declaration
    public bool IsOrganizationSelected { get; }
    Property Value
    Type Description
    Boolean

    IsProjectSelected

    Declaration
    public bool IsProjectSelected { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Clear()

    Declaration
    public void Clear()

    CreateAssetAsync()

    Declaration
    public async Task CreateAssetAsync()
    Returns
    Type Description
    Task

    DeleteAssetAsync(IAsset)

    Declaration
    public async Task DeleteAssetAsync(IAsset asset)
    Parameters
    Type Name Description
    IAsset asset
    Returns
    Type Description
    Task

    GetNextAvailableAssetsAsync()

    Declaration
    public Task GetNextAvailableAssetsAsync()
    Returns
    Type Description
    Task

    GetNextAvailableProjectsAsync()

    Declaration
    public Task GetNextAvailableProjectsAsync()
    Returns
    Type Description
    Task

    GetOrganizationsAsync()

    Declaration
    public async Task GetOrganizationsAsync()
    Returns
    Type Description
    Task

    GetPreviousAssets()

    Declaration
    public void GetPreviousAssets()

    GetPreviousProjects()

    Declaration
    public void GetPreviousProjects()

    GetProjectsAsync()

    Declaration
    public async Task GetProjectsAsync()
    Returns
    Type Description
    Task

    SetSelectedOrganization(IOrganization)

    Declaration
    public void SetSelectedOrganization(IOrganization organization)
    Parameters
    Type Name Description
    IOrganization organization

    SetSelectedProject(IProject)

    Declaration
    public void SetSelectedProject(IProject project)
    Parameters
    Type Name Description
    IProject project

    UpdateAssetAsync(IAsset)

    Declaration
    public async Task UpdateAssetAsync(IAsset asset)
    Parameters
    Type Name Description
    IAsset asset
    Returns
    Type Description
    Task
    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