PixelLightAPI
.
|
Ragdoll loader implementation for the PixelLight ragdoll XML file format. More...
#include <RagdollLoaderPL.h>
Public Member Functions | |
PLPHYSICS_API bool | Load (SNRagdoll &cSNRagdoll, PLCore::File &cFile) |
PLPHYSICS_API bool | LoadParams (SNRagdoll &cSNRagdoll, PLCore::File &cFile, bool bAllowAttachToWorld) |
PLPHYSICS_API bool | Save (SNRagdoll &cSNRagdoll, PLCore::File &cFile) |
PLPHYSICS_API | RagdollLoaderPL () |
Default constructor. | |
virtual PLPHYSICS_API | ~RagdollLoaderPL () |
Destructor. |
Ragdoll loader implementation for the PixelLight ragdoll XML file format.
PLPHYSICS_API PLPhysics::RagdollLoaderPL::RagdollLoaderPL | ( | ) |
Default constructor.
virtual PLPHYSICS_API PLPhysics::RagdollLoaderPL::~RagdollLoaderPL | ( | ) | [virtual] |
Destructor.
PLPHYSICS_API bool PLPhysics::RagdollLoaderPL::Load | ( | SNRagdoll & | cSNRagdoll, |
PLCore::File & | cFile | ||
) |
PLPHYSICS_API bool PLPhysics::RagdollLoaderPL::LoadParams | ( | SNRagdoll & | cSNRagdoll, |
PLCore::File & | cFile, | ||
bool | bAllowAttachToWorld | ||
) |
PLPHYSICS_API bool PLPhysics::RagdollLoaderPL::Save | ( | SNRagdoll & | cSNRagdoll, |
PLCore::File & | cFile | ||
) |
|