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

Method Clear

Source/Editor/Windows/Profiler/MemoryGPU.cs:120–126  ·  view source on GitHub ↗

()

Source from the content-addressed store, hash-verified

118
119 /// <inheritdoc />
120 public override void Clear()
121 {
122 _memoryUsageChart.Clear();
123 _resources?.Clear();
124 _assetPathToId?.Clear();
125 _resourceCache?.Clear();
126 }
127
128 /// <inheritdoc />
129 public override void Update(ref SharedUpdateData sharedData)

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected