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

Function Unload

Source/Engine/Graphics/Models/MeshBase.h:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 /// [Deprecated in v1.10]
234 /// </summary>
235 DEPRECATED("Use Release instead.") void Unload()
236 {
237 Release();
238 }
239
240public:
241 /// <summary>

Callers 12

UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
UnloadMethod · 0.50
~MAssemblyMethod · 0.50
LoadCorlibMethod · 0.50
LoadMethod · 0.50

Calls 1

ReleaseFunction · 0.85

Tested by

no test coverage detected