Table of Contents

Class AssetFolder

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

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

[DataContract("AssetFolder")]
public sealed class AssetFolder
Inheritance
AssetFolder

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

path UDirectory

The folder.

Properties

Path

Gets or sets the folder.

public UDirectory Path { get; set; }

Property Value

UDirectory

The folder.

Methods

Clone()

public AssetFolder Clone()

Returns

AssetFolder