Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IUrlReference Interface

    Namespace: Stride.Core.Serialization
    Assembly: Stride.Core.Serialization.dll

    Represents a Url to an asset.

    public interface IUrlReference
    Name Description
    Properties
    IsEmpty

    Gets whether the is null or empty.

    Url
    | Improve this Doc View Source

    Properties


    IsEmpty

    Gets whether the is null or empty.

    bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    Url

    string Url { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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