Class AssetTypeExtensions
Inheritance
AssetTypeExtensions
Assembly: Unity.Cloud.Assets.dll
Syntax
public static class AssetTypeExtensions
Methods
AssetTypeList()
Returns a list of all the AssetType values.
Declaration
public static List<string> AssetTypeList()
Returns
GetValueAsString(AssetType)
Returns the string value of the AssetType.
Declaration
public static string GetValueAsString(this AssetType assetType)
Parameters
Returns
TryGetAssetTypeFromString(string, out AssetType)
Returns the AssetType from the string value.
Declaration
public static bool TryGetAssetTypeFromString(this string value, out AssetType assetType)
Parameters
Returns