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

Method OnDisable

Source/Engine/Physics/Actors/SplineRopeBody.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void SplineRopeBody::OnDisable()
182{
183 Actor::OnDisable();
184
185 GetScene()->Ticking.FixedUpdate.RemoveTick(this);
186}
187
188void SplineRopeBody::OnParentChanged()
189{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
RemoveTickMethod · 0.80
OnDisableFunction · 0.50

Tested by

no test coverage detected