Class SourceCode
Represents a code generation output as an asset structure,
designed to be used with Generated<SourceCode>.
Assembly: Glitch9.AIDevKit.dll
Syntax
public class SourceCode : ITextSource
Constructors
|
Edit this page
View Source
SourceCode(string)
Declaration
public SourceCode(string code)
Parameters
| Type |
Name |
Description |
| string |
code |
|
Properties
|
Edit this page
View Source
Code
Declaration
public string Code { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetTextSource()
Declaration
public string GetTextSource()
Returns
Implements
Extension Methods