Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssetReferenceExtensions Class

    Namespace: Stride.Core.Assets
    Assembly: 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 false.

    | Improve this Doc View Source

    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

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


    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation