Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void FoliageType::OnModelChanged()
125
{
126
// Cleanup
127
_isReady = 0;
128
Entries.Release();
129
}
130
131
void FoliageType::OnModelLoaded()
132
{
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected