3#include <Core/World/ComponentManager.h>
4#include <GameEngine/GameEngineDLL.h>
5#include <RendererCore/AnimationSystem/AnimationPose.h>
37 void SetJointName(
const char* szName);
38 const char* GetJointName()
const;
50 plUInt16 m_uiJointIndex = plInvalidJointIndex;
Base class of all component types.
Definition Component.h:25
virtual void SerializeComponent(plWorldWriter &inout_stream) const
Override this to save the current state of the component to the given stream.
Definition Component.cpp:54
virtual void DeserializeComponent(plWorldReader &inout_stream)
Override this to load the current state of the component from the given stream.
Definition Component.cpp:58
Definition ComponentManager.h:88
This class is optimized to take nearly no memory (sizeof(void*)) and to allow very fast checks whethe...
Definition HashedString.h:25
Used to expose an animated mesh's bone as a game object, such that objects can be attached to it to m...
Definition JointAttachmentComponent.h:19
static const plQuatTemplate< float > MakeIdentity()
Definition Quat_inl.h:29
static plVec3Template< float > MakeZero()
Definition Vec3.h:38
Reads a world description from a stream. Allows to instantiate that world multiple times in different...
Definition WorldReader.h:47
Stores an entire plWorld in a stream.
Definition WorldWriter.h:13
Used by components that skin a mesh to inform children whenever a new pose has been computed.
Definition Declarations.h:68