Struct AssetLibraryProperties
The properties of an IAssetLibrary.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
[Serializable]
public struct AssetLibraryProperties
Properties
HasCollection
Whether the library has any collections
Declaration
public bool HasCollection { get; }
Property Value
Type | Description |
---|---|
bool |
Name
The library's name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |