CloudAssetclass

objectCloudAsset
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.CloudAsset

Constructors1

Showing 1 constructors

Methods4

Showing 4 methods

public static System.Collections.Generic.HashSet`1<string> GetAssetReferences(bool currentProjectOnly)PUBLICSTATIC

Gets all cloud packages referenced from assets

ParameterTypeDescription
currentProjectOnlybool
Returns:HashSet<string>

public static System.Threading.Tasks.Task InstallSingle(string ident)PUBLICSTATIC

Install a cloud asset by ident

ParameterTypeDescription
identstring
Returns:Task

On this page