Physics system global debug requests. More...
#include <SystemBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
virtual void | DebugDrawPhysics (const DebugDrawSettings &settings) |
virtual void | ExportEntityPhysics (const AZStd::vector< AZ::EntityId > &ids, const AZStd::string &filename) |
Exports an entity's physics body(ies) to the specified filename, if supported by the physics backend. | |
Static Public Attributes | |
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
Physics system global debug requests.
|
inlinevirtual |
Draw physics system state.
settings | see DebugDrawSettings. |