Jolt Physics
A multi core friendly Game Physics Engine
|
Class that constructs an EmptyShape. More...
#include <EmptyShape.h>
Public Member Functions | |
EmptyShapeSettings ()=default | |
EmptyShapeSettings (Vec3Arg inCenterOfMass) | |
ShapeResult | Create () const override |
Create a shape according to the settings specified by this object. | |
Public Member Functions inherited from ShapeSettings | |
void | ClearCachedResult () |
Public Member Functions inherited from SerializableObject | |
virtual | ~SerializableObject ()=default |
Constructor. | |
Public Member Functions inherited from NonCopyable | |
NonCopyable ()=default | |
NonCopyable (const NonCopyable &)=delete | |
void | operator= (const NonCopyable &)=delete |
Public Member Functions inherited from RefTarget< ShapeSettings > | |
RefTarget ()=default | |
Constructor. | |
RefTarget (const RefTarget &) | |
~RefTarget () | |
assert no one is referencing us | |
void | SetEmbedded () const |
RefTarget & | operator= (const RefTarget &) |
Assignment operator. | |
uint32 | GetRefCount () const |
Get current refcount of this object. | |
void | AddRef () const |
Add or release a reference to this object. | |
void | Release () const |
Public Attributes | |
Vec3 | mCenterOfMass = Vec3::sZero() |
Determines the center of mass for this shape. | |
Public Attributes inherited from ShapeSettings | |
uint64 | mUserData = 0 |
User data (to be used freely by the application) | |
Additional Inherited Members | |
Public Types inherited from ShapeSettings | |
using | ShapeResult = Result< Ref< Shape > > |
Static Public Member Functions inherited from RefTarget< ShapeSettings > | |
static int | sInternalGetRefCountOffset () |
INTERNAL HELPER FUNCTION USED BY SERIALIZATION. | |
Protected Attributes inherited from ShapeSettings | |
ShapeResult | mCachedResult |
Protected Attributes inherited from RefTarget< ShapeSettings > | |
atomic< uint32 > | mRefCount |
Current reference count. | |
Static Protected Attributes inherited from RefTarget< ShapeSettings > | |
static constexpr uint32 | cEmbedded |
A large value that gets added to the refcount to mark the object as embedded. | |
Class that constructs an EmptyShape.
|
default |
|
inlineexplicit |
|
overridevirtual |
Create a shape according to the settings specified by this object.
Implements ShapeSettings.
Vec3 EmptyShapeSettings::mCenterOfMass = Vec3::sZero() |
Determines the center of mass for this shape.