Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddRange
Method · 0.45
GetFiles
Method · 0.45
Tested by
no test coverage detected