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

Method AddRootAsset

Source/Editor/Cooker/GameCooker.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void CookingData::AddRootAsset(const Guid& id)
343{
344 RootAssets.Add(id);
345}
346
347void CookingData::AddRootAsset(const String& path)
348{

Callers 2

PerformMethod · 0.80
PerformMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by 1

PerformMethod · 0.64