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

Method OnDataChanged

Source/Engine/Level/Scene/SceneCSGData.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void SceneCSGData::OnDataChanged()
149{
150 // Clear cache
151 DataBrushLocations.Clear();
152}
153
154void SceneCSGData::Serialize(SerializeStream& stream, const void* otherObj)
155{

Callers 2

PreInitSkinningDataMethod · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected