MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Build

Function Build

Source/Editor/Windows/GameCookerWindow.cs:206–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 public virtual void Build()
207 {
208 var output = StringUtils.ConvertRelativePathToAbsolute(Globals.ProjectFolder, StringUtils.NormalizePath(Output));
209 GameCooker.Build(BuildPlatform, ConfigurationMode, output, Options, CustomDefines);
210 }
211 }
212
213 class Windows : Platform

Callers 7

BuildCSGMethod · 0.85
ThreadFunctionMethod · 0.85
OnBrushModifiedFunction · 0.85
BuildTargetFunction · 0.85
BuildMethod · 0.85
BuildMethod · 0.85
BuildMethod · 0.85

Calls 6

DeepCloneMethod · 0.80
NormalizePathMethod · 0.45
BuildMethod · 0.45
LogMethod · 0.45
EnqueueMethod · 0.45

Tested by

no test coverage detected