Class AssetCompilerContext
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
Properties
BuildConfiguration
Gets or sets the build configuration (Debug, Release, AppStore, Testing)
public string BuildConfiguration { get; set; }
Property Value
Package
Gets or sets the entry package this build was called upon.
public Package Package { get; set; }
Property Value
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; }