Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetFolder Class

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

    A location relative to a package from where assets will be loaded

    System.Object → AssetFolder
    Derived from AssetFolder:

    [DataContract("AssetFolder")]
    public sealed class AssetFolder
    Name Description
    Constructors
    AssetFolder()

    Initializes a new instance of the AssetFolder class.

    AssetFolder(UDirectory)

    Initializes a new instance of the AssetFolder class.

    Properties
    Path

    Gets or sets the folder.

    Methods
    Clone()
    | Improve this Doc View Source

    Constructors


    AssetFolder()

    Initializes a new instance of the AssetFolder class.

    public AssetFolder()

    AssetFolder(UDirectory)

    Initializes a new instance of the AssetFolder class.

    public AssetFolder(UDirectory path)
    Parameters
    Type Name Description
    Stride.Core.IO.UDirectory path

    The folder.

    | Improve this Doc View Source

    Properties


    Path

    Gets or sets the folder.

    public UDirectory Path { get; set; }
    Property Value
    Type Description
    Stride.Core.IO.UDirectory

    The folder.

    | Improve this Doc View Source

    Methods


    Clone()

    public AssetFolder Clone()
    Returns
    Type Description
    AssetFolder

    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