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

Method OnParentChanged

Source/Engine/Physics/Actors/Cloth.cpp:506–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void Cloth::OnParentChanged()
507{
508 Actor::OnParentChanged();
509
510#if WITH_CLOTH
511 if (_cloth)
512 Rebuild();
513#endif
514}
515
516void Cloth::OnTransformChanged()
517{

Callers

nothing calls this directly

Calls 1

RebuildFunction · 0.85

Tested by

no test coverage detected