Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
bool 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
ExtractInR16
Method · 0.45
Dispose
Method · 0.45
CloneObject
Function · 0.45
Import
Method · 0.45
CreatePrefab
Method · 0.45
TryGetImportOptions
Method · 0.45
LateUpdate
Method · 0.45
Dispose
Method · 0.45
WaitForTask
Method · 0.45
findAsset
Function · 0.45
unload
Method · 0.45
ClearDependencies
Method · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected