Class AssetReferenceExtensions
Extension methods for AssetReference
public static class AssetReferenceExtensions
- Inheritance
-
AssetReferenceExtensions
Methods
HasLocation(AssetReference)
Determines whether the specified asset reference has location. If the reference is null, return false
.
public static bool HasLocation(this AssetReference assetReference)
Parameters
assetReference
AssetReferenceThe asset reference.
Returns
- bool
true
if the specified asset reference has location; otherwise,false
.