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

Method Dirty

Source/Engine/Graphics/Models/MeshDeformation.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void MeshDeformation::Dirty()
59{
60 for (MeshDeformationData* deformation : _deformations)
61 deformation->Dirty = true;
62}
63
64void MeshDeformation::Dirty(int32 lodIndex, int32 meshIndex, MeshBufferType type)
65{

Callers

nothing calls this directly

Calls 1

GetKeyFunction · 0.70

Tested by

no test coverage detected