MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / CSModule

Method CSModule

tools/StereoKitAPIGen/CSharp/CSModule.cs:10–10  ·  view source on GitHub ↗
(string module)

Source from the content-addressed store, hash-verified

8 public List<CppFunction> functions = new List<CppFunction>();
9
10 public CSModule(string module) => this.module = module;
11
12 public void AddFunction(CppFunction fn)
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected