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::EditorProxyCylinderShapeConfig Struct Reference

Edit context wrapper for cylinder specific parameters and cached geometry. More...

#include <EditorColliderComponent.h>

Public Member Functions

 AZ_CLASS_ALLOCATOR (EditorProxyCylinderShapeConfig, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (EditorProxyCylinderShapeConfig, "{2394B3D0-E7A1-4B66-8C42-0FFDC1FCAA26}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::u8 m_subdivisionCount = Physics::ShapeConstants::DefaultCylinderSubdivisionCount
 Cylinder specific parameters.
 
float m_height = Physics::ShapeConstants::DefaultCylinderHeight
 
float m_radius = Physics::ShapeConstants::DefaultCylinderRadius
 
Physics::CookedMeshShapeConfiguration m_configuration
 Configuration stores the convex geometry for the cylinder and shape scale.
 

Detailed Description

Edit context wrapper for cylinder specific parameters and cached geometry.


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