Bundle Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Description of an asset bundle.
System.Object →
Bundle
Derived from Bundle:
[DataContract("Bundle")]
public sealed class Bundle
| Name | Description | |
|---|---|---|
| Constructors | ||
| Bundle() | Initializes a new instance of the Bundle class. |
|
| Properties | ||
| Dependencies | Gets the bundle dependencies. |
|
| Name | Gets or sets the name of this bundle. |
|
| OutputGroup | Gets the output group (used in conjonction with |
|
| Selectors | Gets the selectors used by this bundle. |
|
Constructors
Bundle()
Initializes a new instance of the Bundle class.
public Bundle()
Properties
Dependencies
Gets the bundle dependencies.
public List<string> Dependencies { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> | The dependencies. |
Name
Gets or sets the name of this bundle.
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The name. |
OutputGroup
Gets the output group (used in conjonction with
public string OutputGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The output group. |
Selectors
Gets the selectors used by this bundle.
public List<AssetSelector> Selectors { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AssetSelector> | The selectors. |