Table of Contents

Class Bundle

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

Description of an asset bundle.

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

Properties

Dependencies

Gets the bundle dependencies.

public List<string> Dependencies { get; }

Property Value

List<string>

The dependencies.

Name

Gets or sets the name of this bundle.

public string Name { get; set; }

Property Value

string

The name.

OutputGroup

Gets the output group (used in conjonction with ProjectBuildProfile.OutputGroupDirectories to control where file will be put).

public string OutputGroup { get; set; }

Property Value

string

The output group.

Selectors

Gets the selectors used by this bundle.

public List<AssetSelector> Selectors { get; }

Property Value

List<AssetSelector>

The selectors.