![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiSkyLightComponent, including all inherited members.
Deinitialize() | xiiComponent | protectedvirtual |
DeserializeComponent(xiiWorldReader &inout_stream) override | xiiSkyLightComponent | virtual |
EnableUnhandledMessageHandler(bool enable) | xiiComponent | protected |
EnsureInitialized() | xiiComponent | |
EnsureSimulationStarted() | xiiComponent | |
GetActiveFlag() const | xiiComponent | |
GetCubeMap() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | inline |
GetCubeMapFile() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetDynamicRTTI() const (defined in xiiReflectedClass) | xiiReflectedClass | inlinevirtual |
GetExcludeTags() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetFarPlane() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | inline |
GetHandle() const | xiiComponent | |
GetIncludeTags() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetIntensity() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetMode() const =0 (defined in xiiComponent) | xiiComponent | protectedpure virtual |
GetNearPlane() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | inline |
GetOwner() | xiiComponent | |
GetOwner() const | xiiComponent | |
GetOwningManager() | xiiComponent | |
GetOwningManager() const | xiiComponent | |
GetReflectionProbeMode() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetSaturation() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetShowDebugInfo() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetShowMipMaps() const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
GetStaticRTTI() (defined in xiiNoBase) | xiiNoBase | inlinestatic |
GetTypeId() const =0 (defined in xiiComponent) | xiiComponent | protectedpure virtual |
GetUniqueID() const | xiiComponent | |
GetUserFlag(xiiUInt8 uiFlagIndex) const | xiiComponent | |
GetWorld() | xiiComponent | |
GetWorld() const | xiiComponent | |
HandlesMessage(const xiiMessage &msg) const | xiiComponent | virtual |
Initialize() | xiiComponent | protectedvirtual |
InsertExcludeTag(xiiStringView sTag) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
InsertIncludeTag(xiiStringView sTag) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
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 |
IsModified(xiiUInt32 uiBits=0xFFFFFFFF) const | xiiSettingsComponent | inline |
IsSimulationStarted() const (defined in xiiComponent) | xiiComponent | protected |
m_bStatesDirty (defined in xiiSkyLightComponent) | xiiSkyLightComponent | mutableprotected |
m_Desc (defined in xiiSkyLightComponent) | xiiSkyLightComponent | protected |
m_hCubeMap (defined in xiiSkyLightComponent) | xiiSkyLightComponent | protected |
m_Id (defined in xiiSkyLightComponent) | xiiSkyLightComponent | protected |
m_pMessageDispatchType | xiiComponent | protected |
OnActivated() override | xiiSkyLightComponent | protectedvirtual |
OnDeactivated() override | xiiSkyLightComponent | protectedvirtual |
OnMsgExtractRenderData(xiiMsgExtractRenderData &msg) const (defined in xiiSkyLightComponent) | xiiSkyLightComponent | protected |
OnSimulationStarted() | xiiComponent | protectedvirtual |
OnTransformChanged(xiiMsgTransformChanged &msg) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | protected |
OnUnhandledMessage(xiiMessage &msg, bool bWasPostedMsg) | xiiComponent | protectedvirtual |
OnUnhandledMessage(xiiMessage &msg, bool bWasPostedMsg) const | xiiComponent | protectedvirtual |
OnUpdateLocalBounds(xiiMsgUpdateLocalBounds &msg) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | protected |
PostMessage(const xiiMessage &msg, xiiTime delay=xiiTime::MakeZero(), xiiObjectMsgQueueType::Enum queueType=xiiObjectMsgQueueType::NextFrame) const | xiiComponent | |
RemoveExcludeTag(xiiStringView sTag) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
RemoveIncludeTag(xiiStringView sTag) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
ResetModified(xiiUInt32 uiBits=0xFFFFFFFF) | xiiSettingsComponent | inline |
SendMessage(xiiMessage &ref_msg) | xiiComponent | inline |
SendMessage(xiiMessage &ref_msg) const (defined in xiiComponent) | xiiComponent | inline |
SerializeComponent(xiiWorldWriter &inout_stream) const override | xiiSkyLightComponent | virtual |
SetActiveFlag(bool bEnabled) | xiiComponent | |
SetCreatedByPrefab() | xiiComponent | inline |
SetCubeMapFile(xiiStringView sFile) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetFarPlane(float fFarPlane) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetIntensity(float fIntensity) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetModified(xiiUInt32 uiBits=0xFFFFFFFF) | xiiSettingsComponent | inline |
SetNearPlane(float fNearPlane) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetReflectionProbeMode(xiiEnum< xiiReflectionProbeMode > mode) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetSaturation(float fSaturation) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetShowDebugInfo(bool bShowDebugInfo) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetShowMipMaps(bool bShowMipMaps) (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
SetUniqueID(xiiUInt32 uiUniqueID) | xiiComponent | |
SetUserFlag(xiiUInt8 uiFlagIndex, bool bSet) | xiiComponent | |
WasCreatedByPrefab() const | xiiComponent | inline |
xiiComponent() | xiiComponent | protected |
xiiReflectedClass()=default (defined in xiiReflectedClass) | xiiReflectedClass | |
xiiSettingsComponent() | xiiSettingsComponent | |
xiiSkyLightComponent() (defined in xiiSkyLightComponent) | xiiSkyLightComponent | |
~xiiComponent() (defined in xiiComponent) | xiiComponent | protectedvirtual |
~xiiReflectedClass()=default (defined in xiiReflectedClass) | xiiReflectedClass | virtual |
~xiiSettingsComponent() (defined in xiiSettingsComponent) | xiiSettingsComponent | |
~xiiSkyLightComponent() (defined in xiiSkyLightComponent) | xiiSkyLightComponent |