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

Method Clear

Source/Engine/Content/Asset.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool ContentDeprecated::Clear(bool newValue)
31{
32 auto& flag = ContentDeprecatedFlags.Get();
33 bool result = flag;
34 flag = newValue;
35 return result;
36}
37
38#endif
39

Callers 15

ExtractInR16Method · 0.45
DisposeMethod · 0.45
CloneObjectFunction · 0.45
ImportMethod · 0.45
CreatePrefabMethod · 0.45
TryGetImportOptionsMethod · 0.45
LateUpdateMethod · 0.45
DisposeMethod · 0.45
WaitForTaskMethod · 0.45
findAssetFunction · 0.45
unloadMethod · 0.45
ClearDependenciesMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected