Loading...
Method in CompilationJob
Creates a new CompilationJob using the contents of a string.
public static CompilationJob CreateFromString(string fileName, string source, Library library = null)
A new CompilationJob .
string fileName
string
The name to assign to the compiled file.
string source
The text to compile.
Yarn.Library library