Plasma Engine  2.0
Loading...
Searching...
No Matches
plAnimatedMeshComponent Member List

This is the complete list of members for plAnimatedMeshComponent, including all inherited members.

CreateRenderData() const override (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotectedvirtual
Deinitialize() overrideplRenderComponentprotectedvirtual
DeserializeComponent(plWorldReader &inout_stream) overrideplAnimatedMeshComponentvirtual
EnableUnhandledMessageHandler(bool enable)plComponentprotected
EnsureInitialized()plComponent
EnsureSimulationStarted()plComponent
GetActiveFlag() constplComponent
GetColor() const (defined in plMeshComponentBase)plMeshComponentBase
GetDynamicRTTI() const (defined in plReflectedClass)plReflectedClassinlinevirtual
GetHandle() constplComponent
GetLocalBounds(plBoundingBoxSphere &bounds, bool &bAlwaysVisible, plMsgUpdateLocalBounds &msg) overrideplAnimatedMeshComponentprotectedvirtual
GetMaterial(plUInt32 uiIndex) const (defined in plMeshComponentBase)plMeshComponentBase
GetMesh() const (defined in plMeshComponentBase)plMeshComponentBaseinline
GetMeshFile() const (defined in plMeshComponentBase)plMeshComponentBase
GetMode() const =0 (defined in plComponent)plComponentprotectedpure virtual
GetOwner()plComponent
GetOwner() constplComponent
GetOwningManager()plComponent
GetOwningManager() constplComponent
GetSortingDepthOffset() const (defined in plMeshComponentBase)plMeshComponentBase
GetStaticRTTI() (defined in plNoBase)plNoBaseinlinestatic
GetTypeId() const =0 (defined in plComponent)plComponentprotectedpure virtual
GetUniqueID() constplComponent
GetUniqueIdForRendering(const plComponent &component, plUInt32 uiInnerIndex=0, plUInt32 uiInnerIndexShift=24)plRenderComponentstatic
GetUniqueIdForRendering(plUInt32 uiInnerIndex=0, plUInt32 uiInnerIndexShift=24) constplRenderComponentinline
GetUserFlag(plUInt8 uiFlagIndex) constplComponent
GetWorld()plComponent
GetWorld() constplComponent
HandlesMessage(const plMessage &msg) constplComponentvirtual
Initialize()plComponentprotectedvirtual
InitializeAnimationPose() (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
InvalidateCachedRenderData() (defined in plRenderComponent)plRenderComponentprotected
IsActive() constplComponent
IsActiveAndInitialized() constplComponent
IsActiveAndSimulating() constplComponent
IsDynamic() constplComponentprotected
IsInitialized() const (defined in plComponent)plComponentprotected
IsInitializing() const (defined in plComponent)plComponentprotected
IsInstanceOf(const plRTTI *pType) constplReflectedClass
IsInstanceOf() constplReflectedClassinline
IsSimulationStarted() const (defined in plComponent)plComponentprotected
m_Color (defined in plMeshComponentBase)plMeshComponentBaseprotected
m_fSortingDepthOffset (defined in plMeshComponentBase)plMeshComponentBaseprotected
m_hDefaultSkeleton (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
m_hMesh (defined in plMeshComponentBase)plMeshComponentBaseprotected
m_Materials (defined in plMeshComponentBase)plMeshComponentBaseprotected
m_MaxBounds (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
m_pMessageDispatchTypeplComponentprotected
m_RootTransform (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
m_SkinningState (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
MapModelSpacePoseToSkinningSpace(const plHashTable< plHashedString, plMeshResourceDescriptor::BoneData > &bones, const plSkeleton &skeleton, plArrayPtr< const plMat4 > modelSpaceTransforms, plBoundingBox *bounds) (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
Materials_GetCount() const (defined in plMeshComponentBase)plMeshComponentBaseprotected
Materials_GetValue(plUInt32 uiIndex) const (defined in plMeshComponentBase)plMeshComponentBaseprotected
Materials_Insert(plUInt32 uiIndex, const char *value) (defined in plMeshComponentBase)plMeshComponentBaseprotected
Materials_Remove(plUInt32 uiIndex) (defined in plMeshComponentBase)plMeshComponentBaseprotected
Materials_SetValue(plUInt32 uiIndex, const char *value) (defined in plMeshComponentBase)plMeshComponentBaseprotected
OnActivated() overrideplAnimatedMeshComponentprotectedvirtual
OnAnimationPoseUpdated(plMsgAnimationPoseUpdated &msg) (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
OnDeactivated() overrideplAnimatedMeshComponentprotectedvirtual
OnMsgExtractRenderData(plMsgExtractRenderData &msg) const (defined in plMeshComponentBase)plMeshComponentBaseprotected
OnMsgSetColor(plMsgSetColor &ref_msg) (defined in plMeshComponentBase)plMeshComponentBase
OnMsgSetMeshMaterial(plMsgSetMeshMaterial &ref_msg) (defined in plMeshComponentBase)plMeshComponentBase
OnQueryAnimationSkeleton(plMsgQueryAnimationSkeleton &msg) (defined in plAnimatedMeshComponent)plAnimatedMeshComponentprotected
OnSimulationStarted()plComponentprotectedvirtual
OnUnhandledMessage(plMessage &msg, bool bWasPostedMsg)plComponentprotectedvirtual
OnUnhandledMessage(plMessage &msg, bool bWasPostedMsg) constplComponentprotectedvirtual
OnUpdateLocalBounds(plMsgUpdateLocalBounds &msg) (defined in plRenderComponent)plRenderComponentprotected
plAnimatedMeshComponent() (defined in plAnimatedMeshComponent)plAnimatedMeshComponent
plComponent()plComponentprotected
plMeshComponentBase() (defined in plMeshComponentBase)plMeshComponentBase
plReflectedClass()=default (defined in plReflectedClass)plReflectedClass
plRenderComponent() (defined in plRenderComponent)plRenderComponent
PostMessage(const plMessage &msg, plTime delay=plTime::MakeZero(), plObjectMsgQueueType::Enum queueType=plObjectMsgQueueType::NextFrame) constplComponent
RetrievePose(plDynamicArray< plMat4 > &out_modelTransforms, plTransform &out_rootTransform, const plSkeleton &skeleton) (defined in plAnimatedMeshComponent)plAnimatedMeshComponent
SendMessage(plMessage &ref_msg)plComponentinline
SendMessage(plMessage &ref_msg) const (defined in plComponent)plComponentinline
SerializeComponent(plWorldWriter &inout_stream) const overrideplAnimatedMeshComponentvirtual
SetActiveFlag(bool bEnabled)plComponent
SetColor(const plColor &color)plMeshComponentBase
SetCreatedByPrefab()plComponentinline
SetMaterial(plUInt32 uiIndex, const plMaterialResourceHandle &hMaterial)plMeshComponentBase
SetMesh(const plMeshResourceHandle &hMesh)plMeshComponentBase
SetMeshFile(const char *szFile) (defined in plMeshComponentBase)plMeshComponentBase
SetSortingDepthOffset(float fOffset)plMeshComponentBase
SetUniqueID(plUInt32 uiUniqueID)plComponent
SetUserFlag(plUInt8 uiFlagIndex, bool bSet)plComponent
TriggerLocalBoundsUpdate()plRenderComponent
WasCreatedByPrefab() constplComponentinline
~plAnimatedMeshComponent() (defined in plAnimatedMeshComponent)plAnimatedMeshComponent
~plComponent() (defined in plComponent)plComponentprotectedvirtual
~plMeshComponentBase() (defined in plMeshComponentBase)plMeshComponentBase
~plReflectedClass()=default (defined in plReflectedClass)plReflectedClassvirtual
~plRenderComponent() (defined in plRenderComponent)plRenderComponent