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

Method OnDisable

Source/Engine/Level/Actors/Ragdoll.cpp:242–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void Ragdoll::OnDisable()
243{
244 Actor::OnDisable();
245
246 _bonesOffsets.Clear();
247 GetScene()->Ticking.FixedUpdate.RemoveTick(this);
248}
249
250void Ragdoll::OnParentChanged()
251{

Callers

nothing calls this directly

Calls 4

GetSceneFunction · 0.85
RemoveTickMethod · 0.80
OnDisableFunction · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected