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

Method GetFilesToDeploy

Source/Editor/Editor.Build.cs:115–125  ·  view source on GitHub ↗

(List<string> files)

Source from the content-addressed store, hash-verified

113
114 /// <inheritdoc />
115 public override void GetFilesToDeploy(List<string> files)
116 {
117 files.Add(Path.Combine(FolderPath, "Editor.h"));
118 files.Add(Path.Combine(FolderPath, "ProjectInfo.h"));
119 files.Add(Path.Combine(FolderPath, "Cooker/CookingData.h"));
120 files.Add(Path.Combine(FolderPath, "Cooker/GameCooker.h"));
121 files.Add(Path.Combine(FolderPath, "Cooker/PlatformTools.h"));
122 files.Add(Path.Combine(FolderPath, "Cooker/Steps/CookAssetsStep.h"));
123 files.Add(Path.Combine(FolderPath, "Utilities/ViewportIconsRenderer.h"));
124 files.Add(Path.Combine(FolderPath, "Managed/ManagedEditor.h"));
125 }
126}

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected