Class AssetLocation
The location the asset has been defined.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class AssetLocation
Properties
Coordinates
The coordinates for the location.
Declaration
public string Coordinates { get; set; }
Property Value
Type | Description |
---|---|
String |
Format
The asset coordinate format for the asset location.
Declaration
public AssetCoordinateFormat Format { get; set; }
Property Value
Type | Description |
---|---|
AssetCoordinateFormat |
Name
The name of the location.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |