CompilationJob
Summary
public struct CompilationJobRemarks
Enums
Name
Description
Fields
Name
Description
Methods
Name
Description
Structs
Name
Description
Last updated
Was this helpful?
Struct in Yarn.Compiler
Inherits from System.ValueType
An object that contains Yarn source code to compile, and instructions on how to compile it.
public struct CompilationJobInstances of this struct are used with Compile(CompilationJob) to produce CompilationResult objects.
The type of compilation that the compiler will do.
The type of compilation to perform.
The declarations for variables.
Creates a new CompilationJob using the contents of a collection of files.
Creates a new CompilationJob using the contents of a collection of files.
Creates a new CompilationJob using the contents of a string.
Represents the contents of a file to compile.
Last updated
Was this helpful?
Was this helpful?
