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

Method Mark

Source/Engine/Content/Asset.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23ThreadLocal<bool> ContentDeprecatedFlags;
24
25void ContentDeprecated::Mark()
26{
27 ContentDeprecatedFlags.Set(true);
28}
29
30bool ContentDeprecated::Clear(bool newValue)
31{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected