Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetPhysicsScene
Method
GetPhysicsScene
Source/Engine/Level/Actor.cpp:2160–2163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2158
}
2159
2160
PhysicsScene* Actor::GetPhysicsScene() const
2161
{
2162
return _physicsScene ? _physicsScene : Physics::DefaultScene;
2163
}
Callers
15
OnEnable
Method · 0.80
OnDisable
Method · 0.80
CreateCollision
Method · 0.80
DestroyCollision
Method · 0.80
OnPhysicsSceneChanged
Method · 0.80
FlushRequests
Method · 0.80
SimulationStepDone
Method · 0.80
RemoveCollider
Method · 0.80
RemoveJoint
Method · 0.80
BeginPlay
Method · 0.80
EndPlay
Method · 0.80
OnPhysicsSceneChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected