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

Method GetFilesToDeploy

Source/Engine/Video/Video.Build.cs:77–80  ·  view source on GitHub ↗

(List<string> files)

Source from the content-addressed store, hash-verified

75
76 /// <inheritdoc />
77 public override void GetFilesToDeploy(List<string> files)
78 {
79 files.AddRange(Directory.GetFiles(FolderPath, "*.h", SearchOption.TopDirectoryOnly));
80 }
81}

Callers

nothing calls this directly

Calls 2

AddRangeMethod · 0.45
GetFilesMethod · 0.45

Tested by

no test coverage detected