|
| static void | InitializeMemoryLogger () |
| |
| static void | CaptureMemory (string name) |
| |
| static void | ConstructMainThreadJob (Delegate function, params object[] parameters) |
| |
| static void | ConstructMainThreadJob (Semaphore semaphore, Delegate function, params object[] parameters) |
| |
| static void | RunJobs () |
| |
| static void | WaitJobs () |
| |
| static void | OutputBenchmarkValuesToPerformanceReporter () |
| |
| static void | SetLoadingScreenPercentage (float value) |
| |
| static void | SetFixedDt (bool enabled, float dt) |
| |
| static void | SetBenchmarkStatus (int status, string def) |
| |
| static int | GetBenchmarkStatus () |
| |
| static string | GetApplicationMemoryStatistics () |
| |
| static bool | IsBenchmarkQuited () |
| |
| static string | GetNativeMemoryStatistics () |
| |
| static bool | CommandLineArgumentExists (String str) |
| |
| static string | GetConsoleHostMachine () |
| |
| static string | ExportNavMeshFaceMarks (string file_name) |
| |
| static string | TakeSSFromTop (string file_name) |
| |
| static void | CheckIfAssetsAndSourcesAreSame () |
| |
| static void | DisableCoreGame () |
| |
| static float | GetApplicationMemory () |
| |
| static void | GatherCoreGameReferences (string scene_names) |
| |
| static bool | IsOnlyCoreContentEnabled () |
| |
| static void | GetSnowAmountData (byte[] snowData) |
| |
| static void | FindMeshesWithoutLods (string module_name) |
| |
| static void | SetDisableDumpGeneration (bool value) |
| |
| static void | SetPrintCallstackAtCrahses (bool value) |
| |
| static string[] | GetModulesNames () |
| |
| static string | GetFullModulePath (string moduleName) |
| |
| static string[] | GetFullModulePaths () |
| |
| static string | GetFullFilePathOfScene (string sceneName) |
| |
| static bool | TryGetFullFilePathOfScene (string sceneName, out string fullPath) |
| |
| static bool | TryGetUniqueIdentifiersForScene (string sceneName, out UniqueSceneId identifiers) |
| |
| static bool | TryGetUniqueIdentifiersForSceneFile (string xsceneFilePath, out UniqueSceneId identifiers) |
| |
| static void | PairSceneNameToModuleName (string sceneName, string moduleName) |
| |
| static string[] | GetSingleModuleScenesOfModule (string moduleName) |
| |
| static string | GetFullCommandLineString () |
| |
| static void | SetScreenTextRenderingState (bool state) |
| |
| static void | SetMessageLineRenderingState (bool state) |
| |
| static bool | CheckIfTerrainShaderHeaderGenerationFinished () |
| |
| static void | GenerateTerrainShaderHeaders (string targetPlatform, string targetConfig, string output_path) |
| |
| static void | CompileTerrainShadersDist (string targetPlatform, string targetConfig, string output_path) |
| |
| static void | SetCrashOnAsserts (bool val) |
| |
| static void | SetCrashOnWarnings (bool val) |
| |
| static void | ToggleRender () |
| |
| static void | SetRenderAgents (bool value) |
| |
| static bool | CheckShaderCompilation () |
| |
| static void | CompileAllShaders (string targetPlatform) |
| |
| static string | GetExecutableWorkingDirectory () |
| |
| static void | SetDumpFolderPath (string path) |
| |
| static void | CheckSceneForProblems (string sceneName) |
| |
| static void | SetCoreGameState (int state) |
| |
| static int | GetCoreGameState () |
| |
| static string | ExecuteCommandLineCommand (string command) |
| |
| static void | QuitGame () |
| |
| static void | ExitProcess (int exitCode) |
| |
| static string | GetBasePath () |
| |
| static string | GetVisualTestsValidatePath () |
| |
| static string | GetVisualTestsTestFilesPath () |
| |
| static string | GetAttachmentsPath () |
| |
| static void | StartScenePerformanceReport (string folderPath) |
| |
| static bool | IsSceneReportFinished () |
| |
| static float | GetFps () |
| |
| static float | GetMainFps () |
| |
| static float | GetRendererFps () |
| |
| static void | EnableSingleGPUQueryPerFrame () |
| |
| static void | ClearDecalAtlas (DecalAtlasGroup atlasGroup) |
| |
| static void | FlushManagedObjectsMemory () |
| |
| static void | OnLoadingWindowEnabled () |
| |
| static void | DebugSetGlobalLoadingWindowState (bool newState) |
| |
| static void | OnLoadingWindowDisabled () |
| |
| static void | DisableGlobalLoadingWindow () |
| |
| static void | EnableGlobalLoadingWindow () |
| |
| static void | EnableGlobalEditDataCacher () |
| |
| static void | DoFullBakeAllLevelsAutomated (string module, string scene) |
| |
| static int | GetReturnCode () |
| |
| static void | DisableGlobalEditDataCacher () |
| |
| static void | DoFullBakeSingleLevelAutomated (string module, string scene) |
| |
| static void | DoLightOnlyBakeSingleLevelAutomated (string module, string scene) |
| |
| static void | DoLightOnlyBakeAllLevelsAutomated (string module, string scene) |
| |
| static bool | DidAutomatedGIBakeFinished () |
| |
| static void | GetSelectedEntities (ref List< GameEntity > gameEntities) |
| |
| static void | DeleteEntitiesInEditorScene (List< GameEntity > gameEntities) |
| |
| static void | CreateSelectionInEditor (List< GameEntity > gameEntities, string name) |
| |
| static void | SelectEntities (List< GameEntity > gameEntities) |
| |
| static void | GetEntitiesOfSelectionSet (string selectionSetName, ref List< GameEntity > gameEntities) |
| |
| static void | AddCommandLineFunction (string concatName) |
| |
| static int | GetNumberOfShaderCompilationsInProgress () |
| |
| static int | IsDetailedSoundLogOn () |
| |
| static UInt64 | GetCurrentCpuMemoryUsageMB () |
| |
| static UInt64 | GetGpuMemoryOfAllocationGroup (string name) |
| |
| static void | GetGPUMemoryStats (ref float totalMemory, ref float renderTargetMemory, ref float depthTargetMemory, ref float srvMemory, ref float bufferMemory) |
| |
| static void | GetDetailedGPUMemoryData (ref int totalMemoryAllocated, ref int totalMemoryUsed, ref int emptyChunkTotalSize) |
| |
| static void | SetRenderMode (EngineRenderDisplayMode mode) |
| |
| static void | SetForceDrawEntityID (bool value) |
| |
| static void | AddPerformanceReportToken (string performance_type, string name, float loading_time) |
| |
| static void | AddSceneObjectReport (string scene_name, string report_name, float report_value) |
| |
| static void | OutputPerformanceReports () |
| |
| static void | TakeScreenshot (PlatformFilePath path) |
| |
| static void | TakeScreenshot (string path) |
| |
| static void | SetAllocationAlwaysValidScene (Scene scene) |
| |
| static void | CheckResourceModifications () |
| |
| static void | SetGraphicsPreset (int preset) |
| |
| static string | GetLocalOutputPath () |
| |
| static string | GetPCInfo () |
| |
| static int | GetGPUMemoryMB () |
| |
| static int | GetCurrentEstimatedGPUMemoryCostMB () |
| |
| static void | DumpGPUMemoryStatistics (string filePath) |
| |
| static int | SaveDataAsTexture (string path, int width, int height, float[] data) |
| |
| static void | ClearOldResourcesAndObjects () |
| |
| static void | LoadVirtualTextureTileset (string name) |
| |
| static float | GetDeltaTime (int timerId) |
| |
| static void | LoadSkyBoxes () |
| |
| static string | GetApplicationName () |
| |
| static void | SetWindowTitle (string title) |
| |
| static string | ProcessWindowTitle (string title) |
| |
| static uint | GetCurrentProcessID () |
| |
| static void | DoDelayedexit (int returnCode) |
| |
| static void | SetAssertionsAndWarningsSetExitCode (bool value) |
| |
| static void | SetReportMode (bool reportMode) |
| |
| static void | SetAssertionAtShaderCompile (bool value) |
| |
| static void | SetCrashReportCustomString (string customString) |
| |
| static void | SetCrashReportCustomStack (string customStack) |
| |
| static int | GetSteamAppId () |
| |
| static void | SetForceVsync (bool value) |
| |
| static string | LoadBannerlordConfigFile () |
| |
| static SaveResult | SaveConfigFile (string configProperties) |
| |
| static void | OpenOnscreenKeyboard (string initialText, string descriptionText, int maxLength, int keyboardTypeEnum) |
| |
| static string | GetSystemLanguage () |
| |
| static int | RegisterGPUAllocationGroup (string name) |
| |
| static int | GetMemoryUsageOfCategory (int category) |
| |
| static string | GetDetailedXBOXMemoryInfo () |
| |
| static int | GetVertexBufferChunkSystemMemoryUsage () |
| |
| static int | GetBuildNumber () |
| |
| static ApplicationVersion | GetApplicationVersionWithBuildNumber () |
| |
| static void | ParallelFor (int startIndex, int endIndex, long curKey, int grainSize) |
| |
| static void | ClearShaderMemory () |
| |
| static void | RegisterMeshForGPUMorph (string metaMeshName) |
| |
| static void | ParallelForWithDt (int startIndex, int endIndex, long curKey, int grainSize) |
| |
| static ulong | GetMainThreadId () |
| |
| static ulong | GetCurrentThreadId () |
| |