MCPcopy 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
2160PhysicsScene* Actor::GetPhysicsScene() const
2161{
2162 return _physicsScene ? _physicsScene : Physics::DefaultScene;
2163}

Callers 15

OnEnableMethod · 0.80
OnDisableMethod · 0.80
CreateCollisionMethod · 0.80
DestroyCollisionMethod · 0.80
OnPhysicsSceneChangedMethod · 0.80
FlushRequestsMethod · 0.80
SimulationStepDoneMethod · 0.80
RemoveColliderMethod · 0.80
RemoveJointMethod · 0.80
BeginPlayMethod · 0.80
EndPlayMethod · 0.80
OnPhysicsSceneChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected