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

Method Setup

Source/Engine/Debug/Debug.Build.cs:14–22  ·  view source on GitHub ↗

(BuildOptions options)

Source from the content-addressed store, hash-verified

12{
13 /// <inheritdoc />
14 public override void Setup(BuildOptions options)
15 {
16 base.Setup(options);
17
18 if (options.Target.IsEditor)
19 {
20 options.PublicDefinitions.Add("COMPILE_WITH_DEBUG_DRAW");
21 }
22 }
23
24 /// <inheritdoc />
25 public override void GetFilesToDeploy(List<string> files)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected