Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Physics::SystemDebugRequests Class Reference

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
 

Detailed Description

Physics system global debug requests.

Member Function Documentation

◆ DebugDrawPhysics()

virtual void Physics::SystemDebugRequests::DebugDrawPhysics ( const DebugDrawSettings settings)
inlinevirtual

Draw physics system state.

Parameters
settingssee DebugDrawSettings.

The documentation for this class was generated from the following file: