![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiInstancedMeshComponent, including all inherited members.
CreateRenderData() const override (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protectedvirtual |
Deinitialize() override | xiiRenderComponent | protectedvirtual |
DeserializeComponent(xiiWorldReader &inout_stream) override | xiiInstancedMeshComponent | virtual |
EnableUnhandledMessageHandler(bool enable) | xiiComponent | protected |
EnsureInitialized() | xiiComponent | |
EnsureSimulationStarted() | xiiComponent | |
GetActiveFlag() const | xiiComponent | |
GetColor() const (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
GetDynamicRTTI() const (defined in xiiReflectedClass) | xiiReflectedClass | inlinevirtual |
GetHandle() const | xiiComponent | |
GetInstanceData() const (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
GetLocalBounds(xiiBoundingBoxSphere &ref_bounds, bool &ref_bAlwaysVisible, xiiMsgUpdateLocalBounds &ref_msg) override | xiiInstancedMeshComponent | virtual |
GetMaterial(xiiUInt32 uiIndex) const (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
GetMesh() const (defined in xiiMeshComponentBase) | xiiMeshComponentBase | inline |
GetMode() const =0 (defined in xiiComponent) | xiiComponent | protectedpure virtual |
GetOwner() | xiiComponent | |
GetOwner() const | xiiComponent | |
GetOwningManager() | xiiComponent | |
GetOwningManager() const | xiiComponent | |
GetSortingDepthOffset() const (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
GetStaticRTTI() (defined in xiiNoBase) | xiiNoBase | inlinestatic |
GetTypeId() const =0 (defined in xiiComponent) | xiiComponent | protectedpure virtual |
GetUniqueID() const | xiiComponent | |
GetUniqueIdForRendering(const xiiComponent &component, xiiUInt32 uiInnerIndex=0, xiiUInt32 uiInnerIndexShift=24) | xiiRenderComponent | static |
GetUniqueIdForRendering(xiiUInt32 uiInnerIndex=0, xiiUInt32 uiInnerIndexShift=24) const | xiiRenderComponent | inline |
GetUserFlag(xiiUInt8 uiFlagIndex) const | xiiComponent | |
GetWorld() | xiiComponent | |
GetWorld() const | xiiComponent | |
HandlesMessage(const xiiMessage &msg) const | xiiComponent | virtual |
Initialize() | xiiComponent | protectedvirtual |
Instances_GetCount() const (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
Instances_GetValue(xiiUInt32 uiIndex) const (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
Instances_Insert(xiiUInt32 uiIndex, xiiMeshInstanceData value) (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
Instances_Remove(xiiUInt32 uiIndex) (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
Instances_SetValue(xiiUInt32 uiIndex, xiiMeshInstanceData value) (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
InvalidateCachedRenderData() (defined in xiiRenderComponent) | xiiRenderComponent | protected |
IsActive() const | xiiComponent | |
IsActiveAndInitialized() const | xiiComponent | |
IsActiveAndSimulating() const | xiiComponent | |
IsDynamic() const | xiiComponent | protected |
IsInitialized() const (defined in xiiComponent) | xiiComponent | protected |
IsInitializing() const (defined in xiiComponent) | xiiComponent | protected |
IsInstanceOf(const xiiRTTI *pType) const | xiiReflectedClass | |
IsInstanceOf() const | xiiReflectedClass | inline |
IsSimulationStarted() const (defined in xiiComponent) | xiiComponent | protected |
m_Color (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
m_fSortingDepthOffset (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
m_hMesh (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
m_Materials (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
m_pExplicitInstanceData (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
m_pMessageDispatchType | xiiComponent | protected |
m_RawInstancedData (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
m_uiEnqueuedFrame (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | mutableprotected |
Materials_GetCount() const (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
Materials_GetValue(xiiUInt32 uiIndex) const (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
Materials_Insert(xiiUInt32 uiIndex, xiiStringView sValue) (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
Materials_Remove(xiiUInt32 uiIndex) (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
Materials_SetValue(xiiUInt32 uiIndex, xiiStringView sValue) (defined in xiiMeshComponentBase) | xiiMeshComponentBase | protected |
OnActivated() override | xiiInstancedMeshComponent | protectedvirtual |
OnDeactivated() override | xiiInstancedMeshComponent | protectedvirtual |
OnMsgExtractGeometry(xiiMsgExtractGeometry &ref_msg) | xiiInstancedMeshComponent | |
OnMsgExtractRenderData(xiiMsgExtractRenderData &msg) const (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | protected |
OnMsgSetColor(xiiMsgSetColor &ref_msg) (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
OnMsgSetMeshMaterial(xiiMsgSetMeshMaterial &ref_msg) (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
OnSimulationStarted() | xiiComponent | protectedvirtual |
OnUnhandledMessage(xiiMessage &msg, bool bWasPostedMsg) | xiiComponent | protectedvirtual |
OnUnhandledMessage(xiiMessage &msg, bool bWasPostedMsg) const | xiiComponent | protectedvirtual |
OnUpdateLocalBounds(xiiMsgUpdateLocalBounds &msg) (defined in xiiRenderComponent) | xiiRenderComponent | protected |
PostMessage(const xiiMessage &msg, xiiTime delay=xiiTime::MakeZero(), xiiObjectMsgQueueType::Enum queueType=xiiObjectMsgQueueType::NextFrame) const | xiiComponent | |
SendMessage(xiiMessage &ref_msg) | xiiComponent | inline |
SendMessage(xiiMessage &ref_msg) const (defined in xiiComponent) | xiiComponent | inline |
SerializeComponent(xiiWorldWriter &inout_stream) const override | xiiInstancedMeshComponent | virtual |
SetActiveFlag(bool bEnabled) | xiiComponent | |
SetColor(const xiiColor &color) | xiiMeshComponentBase | |
SetCreatedByPrefab() | xiiComponent | inline |
SetMaterial(xiiUInt32 uiIndex, const xiiMaterialResourceHandle &hMaterial) | xiiMeshComponentBase | |
SetMesh(const xiiMeshResourceHandle &hMesh) | xiiMeshComponentBase | |
SetSortingDepthOffset(float fOffset) | xiiMeshComponentBase | |
SetUniqueID(xiiUInt32 uiUniqueID) | xiiComponent | |
SetUserFlag(xiiUInt8 uiFlagIndex, bool bSet) | xiiComponent | |
TriggerLocalBoundsUpdate() | xiiRenderComponent | |
WasCreatedByPrefab() const | xiiComponent | inline |
XII_ADD_RESOURCEHANDLE_ACCESSORS_WITH_SETTER(Mesh, m_hMesh, SetMesh) (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
xiiComponent() | xiiComponent | protected |
xiiInstancedMeshComponent() (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | |
xiiMeshComponentBase() (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
xiiReflectedClass()=default (defined in xiiReflectedClass) | xiiReflectedClass | |
xiiRenderComponent() (defined in xiiRenderComponent) | xiiRenderComponent | |
~xiiComponent() (defined in xiiComponent) | xiiComponent | protectedvirtual |
~xiiInstancedMeshComponent() (defined in xiiInstancedMeshComponent) | xiiInstancedMeshComponent | |
~xiiMeshComponentBase() (defined in xiiMeshComponentBase) | xiiMeshComponentBase | |
~xiiReflectedClass()=default (defined in xiiReflectedClass) | xiiReflectedClass | virtual |
~xiiRenderComponent() (defined in xiiRenderComponent) | xiiRenderComponent |