We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a79745 commit cfe43f2Copy full SHA for cfe43f2
1 file changed
Sample/EventHorizon.BabylonJS.Interop.Generator.ConsoleApp/Program.cs
@@ -16,16 +16,16 @@ public class Program
16
static void Main(string[] args)
17
{
18
//Run(AstParser.Model.ASTParserType.NodeJS, true); // 75084ms/71877ms to generate.
19
- //Run(
20
- // AstParser.Model.ASTParserType.Sdcb,
21
- // true,
22
- // "EventHorizon.Blazor.BabylonJS.WASM"
23
- //); // 22027ms/19835ms/18236ms to generate.
24
Run(
25
AstParser.Model.ASTParserType.Sdcb,
26
- false,
27
- "EventHorizon.Blazor.BabylonJS.Server"
28
- );
+ true,
+ "EventHorizon.Blazor.BabylonJS.WASM"
+ ); // 22027ms/19835ms/18236ms to generate.
+ //Run(
+ // AstParser.Model.ASTParserType.Sdcb,
+ // false,
+ // "EventHorizon.Blazor.BabylonJS.Server"
+ //);
29
}
30
static void Run(
31
AstParser.Model.ASTParserType type,
0 commit comments