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

Method Set

Source/Engine/Threading/ThreadLocal.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 FORCE_INLINE void Set(const T& value)
53 {
54 GetBucket().Value = value;
55 }
56
57 int32 Count() const
58 {

Callers 6

InitMethod · 0.45
UpdateTextureMethod · 0.45
ConvertMethod · 0.45
ImportModelMethod · 0.45
ProcessMeshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected