Table of Contents

Class AssetReferenceExtensions

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

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 AssetReference

The asset reference.

Returns

bool

true if the specified asset reference has location; otherwise, false.