AssetFolder Class
Namespace: Stride.Core.AssetsAssembly: 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() | ||
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.  | 
                  
Properties
Path
Gets or sets the folder.
public UDirectory Path { get; set; }
              Property Value
| Type | Description | 
|---|---|
| Stride.Core.IO.UDirectory | The folder.  | 
                  
Methods
Clone()
public AssetFolder Clone()
              Returns
| Type | Description | 
|---|---|
| AssetFolder |