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

Method AddFunction

tools/StereoKitAPIGen/CSharp/CSModule.cs:12–15  ·  view source on GitHub ↗
(CppFunction fn)

Source from the content-addressed store, hash-verified

10 public CSModule(string module) => this.module = module;
11
12 public void AddFunction(CppFunction fn)
13 {
14 functions.Add(fn);
15 }
16
17 ///////////////////////////////////////////
18

Callers 1

ParseModulesMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected