Table of Contents

Class CompilerContext

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

The context used when compiling an asset in a Package.

public class CompilerContext : IDisposable
Inheritance
CompilerContext
Implements
Derived
Extension Methods

Constructors

CompilerContext()

Initializes a new instance of the CompilerContext class.

public CompilerContext()

Properties

OptionProperties

Properties passed on the command line.

public Dictionary<string, string> OptionProperties { get; }

Property Value

Dictionary<string, string>

Properties

Gets the attributes attached to this context.

public PropertyCollection Properties { get; }

Property Value

PropertyCollection

The attributes.

Methods

Clone()

public CompilerContext Clone()

Returns

CompilerContext

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()