Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
void SplineRopeBody::OnDisable()
182
{
183
Actor::OnDisable();
184
185
GetScene()->Ticking.FixedUpdate.RemoveTick(this);
186
}
187
188
void SplineRopeBody::OnParentChanged()
189
{
Callers
nothing calls this directly
Calls
3
GetScene
Function · 0.85
RemoveTick
Method · 0.80
OnDisable
Function · 0.50
Tested by
no test coverage detected