MCPcopy Create free account
hub / github.com/MyGUI/mygui / Initialise

Method Initialise

Wrappers/TestApp_Sharp/Export.cs:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 public delegate void HandleFrameStart(float _time);
32
33 public static void Initialise()
34 {
35 ExportDemo_Initialise();
36 }
37
38 public static void AddFrameDelegate(HandleFrameStart _delegate)
39 {

Callers 2

CreateRenderWindowMethod · 0.45
DefaultPlatformTestMethod · 0.45

Calls 1

ExportDemo_InitialiseFunction · 0.85

Tested by

no test coverage detected