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

Method GetGravity

Source/Engine/Physics/Physics.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192Vector3 Physics::GetGravity()
193{
194 return DefaultScene ? DefaultScene->GetGravity() : Vector3::Zero;
195}
196
197void Physics::SetGravity(const Vector3& value)
198{

Callers 3

TickMethod · 0.80
SimpleMoveMethod · 0.80
AddMovementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected