API ReferenceEditor
CloudAssetclass
object→CloudAsset
Constructors1
Showing 1 constructors
public CloudAsset()
No results match this filter.
Methods5
Showing 5 methods
public static System.Collections.Generic.HashSet`1<string> GetAssetReferences(bool currentProjectOnly)
Gets all cloud packages referenced from assets
| Parameter | Type | Description |
|---|---|---|
| currentProjectOnly | bool | — |
Returns:
HashSet<string>—public static System.Collections.Generic.Dictionary`2<string,System.Collections.Generic.List`1<Editor.Asset>> GetAssetReferenceSources(bool currentProjectOnly)
Gets all referenced cloud assets and all local assets that reference them
| Parameter | Type | Description |
|---|---|---|
| currentProjectOnly | bool | — |
public static System.Threading.Tasks.Task InstallSingle(string ident)
Install a cloud asset by ident
| Parameter | Type | Description |
|---|---|---|
| ident | string | — |
Returns:
Task—No results match this filter.