template<FieldWidth WIDTH = FieldWidth::Scalar>
CJoltBody struct

Base classes

template<template<FieldWidth> class Derived, FieldWidth WIDTH = FieldWidth::Scalar>
struct ComponentView<CJoltBody, FieldWidth::Scalar>

Constructors, destructors, conversion operators

TNX_VOLATILE_FIELDS(CJoltBody, Physics, Shape, HalfExtentX, HalfExtentY, HalfExtentZ, Motion, Mass, Friction, Restitution, IsSensor) UIntProxy< WIDTH > Shape

Public variables

FloatProxy<WIDTH> HalfExtentX
FloatProxy<WIDTH> HalfExtentY
FloatProxy<WIDTH> HalfExtentZ
UIntProxy<WIDTH> Motion
FloatProxy<WIDTH> Mass
FloatProxy<WIDTH> Friction
FloatProxy<WIDTH> Restitution
UIntProxy<WIDTH> IsSensor