MCPcopy Create free account
hub / github.com/ParaN3xus/udon-decompiler / CompilerInputData

Class CompilerInputData

tools/Editor/UdonSharpSourceTextCompilerCLI.cs:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using UnityEngine;
6
7[Serializable]
8public class CompilerInputData
9{
10 public List<CompilationRequest> requests;
11}
12
13[Serializable]
14public class CompilerOutputData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected