AssetReferenceExtensions Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Extension methods for AssetReference
System.Object →
AssetReferenceExtensions
Derived from AssetReferenceExtensions:
public static class AssetReferenceExtensions
Name | Description | |
---|---|---|
Methods | ||
HasLocation(AssetReference) | Determines whether the specified asset reference has location. If the reference is null, return |
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
Type | Name | Description |
---|---|---|
AssetReference | assetReference | The asset reference. |
Returns
Type | Description |
---|---|
System.Boolean |
|