Open 3D Engine PhysX Gem 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.
PhysX::EditorCharacterControllerProxyShapeConfig Struct Reference

Proxy container for only displaying a specific shape configuration depending on the shapeType selected. More...

#include <EditorCharacterControllerComponent.h>

Public Member Functions

 AZ_CLASS_ALLOCATOR (EditorCharacterControllerProxyShapeConfig, AZ::SystemAllocator)
 
 AZ_RTTI (EditorCharacterControllerProxyShapeConfig, "{0A9F0213-E281-4424-97C5-BAD2D318F496}")
 
 EditorCharacterControllerProxyShapeConfig (const Physics::ShapeConfiguration &shapeConfiguration)
 
bool IsBoxConfig () const
 
bool IsCapsuleConfig () const
 
virtual const Physics::ShapeConfiguration & GetCurrent () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

Physics::ShapeType m_shapeType = Physics::ShapeType::Capsule
 
Physics::CapsuleShapeConfiguration m_capsule
 
Physics::BoxShapeConfiguration m_box
 

Detailed Description

Proxy container for only displaying a specific shape configuration depending on the shapeType selected.


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