Table of Contents

Class AssetCompilerContext

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

The context used when compiling an asset in a Package.

public class AssetCompilerContext : CompilerContext, IDisposable
Inheritance
AssetCompilerContext
Implements
Inherited Members
Extension Methods

Fields

CompilationContext

The compilation context type of this compiler context

public Type CompilationContext

Field Value

Type

Properties

BuildConfiguration

Gets or sets the build configuration (Debug, Release, AppStore, Testing)

public string BuildConfiguration { get; set; }

Property Value

string

Package

Gets or sets the entry package this build was called upon.

public Package Package { get; set; }

Property Value

Package

Platform

Gets or sets the target platform for compiler is being used for.

public PlatformType Platform { get; set; }

Property Value

PlatformType

The platform.

Profile

Gets or sets the name of the profile being built.

public string Profile { get; set; }

Property Value

string