Ejemplo n.º 1
0
 public static extern App *CreateApp([NativeTypeName("ULSettings")] Settings *settings, [NativeTypeName("ULConfig")] Config *config);
Ejemplo n.º 2
0
 public static App *Create(Settings *settings, Config *config)
 => AppCore.CreateApp(settings, config);
Ejemplo n.º 3
0
 public static extern void SettingsSetForceCpuRenderer([NativeTypeName("ULSettings")] Settings *settings, bool forceCpu);
Ejemplo n.º 4
0
 public static extern void SettingsSetLoadShadersFromFileSystem([NativeTypeName("ULSettings")] Settings *settings, bool enabled);
Ejemplo n.º 5
0
 public static extern void SettingsSetFileSystemPath([NativeTypeName("ULSettings")] Settings *settings, [NativeTypeName("ULString")] String *path);
Ejemplo n.º 6
0
 public static extern void SettingsSetAppName([NativeTypeName("ULSettings")] Settings *settings, [NativeTypeName("ULString")] String *name);
Ejemplo n.º 7
0
 public static extern void DestroySettings([NativeTypeName("ULSettings")] Settings *settings);