Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
CompoundShapeSettings::SubShapeSettings Struct Reference

#include <CompoundShape.h>

Public Attributes

RefConst< ShapeSettingsmShape
 Sub shape (either this or mShapePtr needs to be filled up) More...
 
RefConst< ShapemShapePtr
 Sub shape (either this or mShape needs to be filled up) More...
 
Vec3 mPosition
 Position of the sub shape. More...
 
Quat mRotation
 Rotation of the sub shape. More...
 
uint32 mUserData = 0
 User data value (can be used by the application for any purpose) More...
 

Member Data Documentation

◆ mPosition

Vec3 CompoundShapeSettings::SubShapeSettings::mPosition

Position of the sub shape.

◆ mRotation

Quat CompoundShapeSettings::SubShapeSettings::mRotation

Rotation of the sub shape.

◆ mShape

RefConst<ShapeSettings> CompoundShapeSettings::SubShapeSettings::mShape

Sub shape (either this or mShapePtr needs to be filled up)

◆ mShapePtr

RefConst<Shape> CompoundShapeSettings::SubShapeSettings::mShapePtr

Sub shape (either this or mShape needs to be filled up)

◆ mUserData

uint32 CompoundShapeSettings::SubShapeSettings::mUserData = 0

User data value (can be used by the application for any purpose)


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