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

Method OnModelChanged

Source/Engine/Foliage/FoliageType.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void FoliageType::OnModelChanged()
125{
126 // Cleanup
127 _isReady = 0;
128 Entries.Release();
129}
130
131void FoliageType::OnModelLoaded()
132{

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected