AddRef() | Urho3D::RefCounted | |
AddSubscriberReference(PipelineStateTracker *subscriber) | Urho3D::PipelineStateTracker | protected |
AddToOctree() | Urho3D::Drawable | protected |
AnimatedModel(Context *context) | Urho3D::AnimatedModel | explicit |
animationDirty_ | Urho3D::AnimatedModel | private |
animationLodBias_ | Urho3D::AnimatedModel | private |
animationLodDistance_ | Urho3D::AnimatedModel | private |
animationLodFrameNumber_ | Urho3D::AnimatedModel | private |
animationLodTimer_ | Urho3D::AnimatedModel | private |
AnimationState (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | friend |
animationStateSource_ | Urho3D::AnimatedModel | private |
ApplyAnimation() | Urho3D::AnimatedModel | |
ApplyAttributes() override | Urho3D::AnimatedModel | virtual |
ApplyBoneTransformsToNodes() (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
ApplyMaterialList(const ea::string &fileName=EMPTY_STRING) | Urho3D::StaticModel | |
AssignBoneNodes() | Urho3D::AnimatedModel | private |
assignBonesPending_ | Urho3D::AnimatedModel | private |
attrBuffer_ | Urho3D::AnimatedModel | mutableprivate |
bakeLightmap_ | Urho3D::StaticModel | protected |
batches_ | Urho3D::Drawable | protected |
blockEvents_ | Urho3D::Object | private |
boneBoundingBox_ | Urho3D::AnimatedModel | private |
boneBoundingBoxDirty_ (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
boundingBox_ | Urho3D::Drawable | protected |
cachedReflection_ | Urho3D::Drawable | protected |
cachedZone_ | Urho3D::Drawable | protected |
CalculateAnimations() (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
CalculateFinalBoneTransforms() (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
CalculateLocalBoundingBox() | Urho3D::AnimatedModel | private |
CalculateLodLevels() | Urho3D::StaticModel | protected |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
castShadows_ | Urho3D::Drawable | protected |
Clone(bool resetToDefault=true) const | Urho3D::Serializable | |
CloneGeometries() | Urho3D::AnimatedModel | private |
Component(Context *context) | Urho3D::Component | explicit |
ConnectToAnimationStateSource(AnimationStateSource *source) | Urho3D::AnimatedModel | |
context_ | Urho3D::Object | protected |
CopyAttributes(const Serializable *source, bool resetToDefault=true) | Urho3D::Serializable | |
CreateDependency(PipelineStateTracker *dependency) | Urho3D::PipelineStateTracker | protected |
DependantVector typedef | Urho3D::PipelineStateTracker | private |
distance_ | Urho3D::Drawable | protected |
DoAutoRemove(AutoRemoveMode mode) | Urho3D::Component | protected |
Drawable(Context *context, DrawableFlags drawableFlags=DRAWABLE_UNDEFINED) | Urho3D::Drawable | |
drawableFlags_ | Urho3D::Drawable | protected |
drawableIndex_ | Urho3D::Drawable | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) override | Urho3D::AnimatedModel | virtual |
drawDistance_ | Urho3D::Drawable | protected |
DrawOcclusion(OcclusionBuffer *buffer) override | Urho3D::StaticModel | virtual |
enabled_ | Urho3D::Component | protected |
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter) | Urho3D::Object | private |
eventHandlers_ | Urho3D::Object | private |
FinalizeBoneBoundingBoxes() | Urho3D::AnimatedModel | private |
FindEventHandler(StringHash eventType) | Urho3D::Object | private |
FindEventHandler(StringHash eventType) const | Urho3D::Object | inlineprivate |
FindSpecificEventHandler(Object *sender) | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender) const | Urho3D::Object | inlineprivate |
FindSpecificEventHandler(Object *sender, StringHash eventType) | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType) const | Urho3D::Object | inlineprivate |
FindSubscriberIter(PipelineStateTracker *subscriber) | Urho3D::PipelineStateTracker | private |
forceAnimationUpdate_ | Urho3D::AnimatedModel | private |
geometries_ | Urho3D::StaticModel | protected |
geometryBoneMappings_ | Urho3D::AnimatedModel | private |
geometryData_ | Urho3D::StaticModel | protected |
geometrySkinMatrices_ | Urho3D::AnimatedModel | private |
geometrySkinMatrixPtrs_ | Urho3D::AnimatedModel | private |
GetAnimationLodBias() const | Urho3D::AnimatedModel | inline |
GetAttribute(unsigned index) const | Urho3D::Serializable | |
GetAttribute(const ea::string &name) const | Urho3D::Serializable | |
GetAttributeDefault(unsigned index) const | Urho3D::Serializable | |
GetAttributeDefault(const ea::string &name) const | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | virtual |
GetBakeLightmap() const | Urho3D::StaticModel | inline |
GetBakeLightmapEffective() const | Urho3D::StaticModel | inline |
GetBatches() const | Urho3D::Drawable | inline |
GetBlockEvents() const | Urho3D::Object | inline |
GetBonesEnabledAttr() const | Urho3D::AnimatedModel | |
GetBoundingBox() const | Urho3D::Drawable | inline |
GetCastShadows() const | Urho3D::Drawable | inline |
GetCategory() const | Urho3D::Object | |
GetComponent(StringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(ea::vector< Node * > &dest) | Urho3D::Component | virtual |
GetDistance() const | Urho3D::Drawable | inline |
GetDrawableFlags() const | Urho3D::Drawable | inline |
GetDrawableIndex() const | Urho3D::Drawable | inline |
GetDrawDistance() const | Urho3D::Drawable | inline |
GetEffectiveScopeHint() const | Urho3D::Component | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFixedUpdateSource() | Urho3D::Component | protected |
GetFullNameDebug() const | Urho3D::Component | |
GetGeometryBoneMappings() const | Urho3D::AnimatedModel | inline |
GetGeometryIfNotEmpty(Geometry *geometry) | Urho3D::Drawable | protectedstatic |
GetGeometrySkinMatrices() const | Urho3D::AnimatedModel | inline |
GetGlobalIlluminationType() const | Urho3D::Drawable | inline |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetID() const | Urho3D::Component | inline |
GetIndexInParent() const | Urho3D::Component | |
GetInstanceDefault(const ea::string &name) const | Urho3D::Serializable | virtual |
GetLightmapIndex() const | Urho3D::StaticModel | inline |
GetLightmapScaleOffset() const | Urho3D::StaticModel | inline |
GetLightMask() const | Urho3D::Drawable | inline |
GetLightMaskInZone() const | Urho3D::Drawable | |
GetLodBias() const | Urho3D::Drawable | inline |
GetLodDistance() const | Urho3D::Drawable | inline |
GetLodGeometry(unsigned batchIndex, unsigned level) override | Urho3D::StaticModel | virtual |
GetMaterial() const | Urho3D::StaticModel | inlinevirtual |
GetMaterial(unsigned index) const | Urho3D::StaticModel | virtual |
GetMaterialsAttr() const | Urho3D::StaticModel | |
GetModel() const | Urho3D::StaticModel | inline |
GetModelAttr() const | Urho3D::AnimatedModel | |
GetMorphs() const | Urho3D::AnimatedModel | inline |
GetMorphsAttr() const | Urho3D::AnimatedModel | |
GetMorphVertexBuffers() const | Urho3D::AnimatedModel | |
GetMorphWeight(unsigned index) const | Urho3D::AnimatedModel | |
GetMorphWeight(const ea::string &name) const | Urho3D::AnimatedModel | |
GetMorphWeight(StringHash nameHash) const | Urho3D::AnimatedModel | |
GetMutableCachedReflection() | Urho3D::Drawable | inline |
GetMutableCachedZone() | Urho3D::Drawable | inline |
GetMutableLightProbeTetrahedronHint() | Urho3D::Drawable | inline |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumGeometries() const | Urho3D::StaticModel | inline |
GetNumMorphs() const | Urho3D::AnimatedModel | inline |
GetNumOccluderTriangles() override | Urho3D::StaticModel | virtual |
GetOcclusionLodLevel() const | Urho3D::StaticModel | inline |
GetOctant() const | Urho3D::Drawable | inline |
GetPipelineStateHash() const | Urho3D::PipelineStateTracker | inline |
GetReflection() const | Urho3D::Serializable | virtual |
GetReflectionMode() const | Urho3D::Drawable | inline |
GetScaleInLightmap() const | Urho3D::StaticModel | inline |
GetScene() const | Urho3D::Component | |
GetShadowDistance() const | Urho3D::Drawable | inline |
GetShadowMask() const | Urho3D::Drawable | inline |
GetShadowMaskInZone() const | Urho3D::Drawable | |
GetSkeleton() | Urho3D::AnimatedModel | inline |
GetSortValue() const | Urho3D::Drawable | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetSubsystems() const | Urho3D::Object | private |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUpdateGeometryType() override | Urho3D::AnimatedModel | virtual |
GetUpdateInvisible() const | Urho3D::AnimatedModel | inline |
GetViewMask() const | Urho3D::Drawable | inline |
GetWorldBoundingBox() | Urho3D::Drawable | |
GetZone() const | Urho3D::Drawable | inline |
GetZoneMask() const | Urho3D::Drawable | inline |
giType_ | Urho3D::Drawable | protected |
HandleModelReloadFinished(StringHash eventType, VariantMap &eventData) | Urho3D::AnimatedModel | private |
HasAuxiliaryData() const | Urho3D::Component | inlinevirtual |
HasEventHandlers() const | Urho3D::Object | inline |
HasScriptObject() const | Urho3D::RefCounted | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
InitializeLocalBoneTransforms(bool reset) (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
instanceDefaultValues_ | Urho3D::Serializable | protected |
IsEnabled() const | Urho3D::Component | inline |
IsEnabledEffective() const | Urho3D::Component | |
IsInOctree() const | Urho3D::Drawable | inline |
IsInside(const Vector3 &point) const | Urho3D::StaticModel | |
IsInsideLocal(const Vector3 &point) const | Urho3D::StaticModel | |
IsInstanceOf(StringHash type) const =0 | Urho3D::Object | pure virtual |
IsInstanceOf() const | Urho3D::Object | inline |
IsInView() const | Urho3D::Drawable | |
IsInView(Camera *camera) const | Urho3D::Drawable | |
IsInView(const FrameInfo &frame, bool anyCamera=false) const | Urho3D::Drawable | |
IsMaster() const | Urho3D::AnimatedModel | inline |
isMaster_ | Urho3D::AnimatedModel | private |
IsOccludee() const | Urho3D::Drawable | inline |
IsOccluder() const | Urho3D::Drawable | inline |
IsScriptStrongRef() const | Urho3D::RefCounted | inline |
IsTemporary() const | Urho3D::Serializable | inline |
IsZoneDirty() const | Urho3D::Drawable | inline |
lightmapIndex_ | Urho3D::StaticModel | protected |
lightmapScaleOffset_ | Urho3D::StaticModel | protected |
lightMask_ | Urho3D::Drawable | protected |
lightProbeTetrahedronHint_ | Urho3D::Drawable | protected |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
Load(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadFile(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadJSON(const JSONValue &source) | Urho3D::Serializable | virtual |
LoadJSON(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
LoadXML(const ea::string &resourceName) | Urho3D::Serializable | virtual |
lodBias_ | Urho3D::Drawable | protected |
lodDistance_ | Urho3D::Drawable | protected |
MarkAnimationDirty() | Urho3D::AnimatedModel | private |
MarkForUpdate() | Urho3D::Drawable | |
MarkInView(const FrameInfo &frame) | Urho3D::Drawable | |
MarkInView(unsigned frameNumber) | Urho3D::Drawable | |
MarkMorphsDirty() | Urho3D::AnimatedModel | private |
MarkPipelineStateHashDirty() | Urho3D::PipelineStateTracker | |
materialsAttr_ | Urho3D::StaticModel | mutableprotected |
model_ | Urho3D::StaticModel | protected |
modelAnimator_ | Urho3D::AnimatedModel | private |
morphs_ | Urho3D::AnimatedModel | private |
morphsDirty_ (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
numSoftwareSkinningBones_ | Urho3D::AnimatedModel | private |
Object(Context *context) | Urho3D::Object | explicit |
occludee_ | Urho3D::Drawable | protected |
occluder_ | Urho3D::Drawable | protected |
occlusionLodLevel_ | Urho3D::StaticModel | protected |
octant_ | Urho3D::Drawable | protected |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) override | Urho3D::AnimatedModel | protectedvirtual |
OnNodeSet(Node *previousNode, Node *currentNode) override | Urho3D::AnimatedModel | protectedvirtual |
OnNodeSetEnabled(Node *node) | Urho3D::Component | protectedvirtual |
OnRemoveFromOctree() | Urho3D::Drawable | inlineprotectedvirtual |
OnSceneSet(Scene *scene) override | Urho3D::Drawable | protectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Serializable | virtual |
OnSetEnabled() override | Urho3D::Drawable | virtual |
OnWorldBoundingBoxUpdate() override | Urho3D::AnimatedModel | protectedvirtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
pipelineStateHash_ | Urho3D::PipelineStateTracker | mutableprivate |
PrepareForThreadedUpdate(Camera *camera, unsigned frameNumber) | Urho3D::AnimatedModel | private |
ProcessCustomRayQuery(const RayOctreeQuery &query, const BoundingBox &worldBoundingBox, const Matrix3x4 &worldTransform, ea::span< const Matrix3x4 > boneWorldTransforms, ea::vector< RayQueryResult > &results) | Urho3D::AnimatedModel | |
Urho3D::StaticModel::ProcessCustomRayQuery(const RayOctreeQuery &query, const BoundingBox &worldBoundingBox, const Matrix3x4 &worldTransform, ea::vector< RayQueryResult > &results) | Urho3D::StaticModel | |
Urho3D::Drawable::ProcessCustomRayQuery(const RayOctreeQuery &query, const BoundingBox &worldBoundingBox, ea::vector< RayQueryResult > &results) | Urho3D::Drawable | |
ProcessRayQuery(const RayOctreeQuery &query, ea::vector< RayQueryResult > &results) override | Urho3D::AnimatedModel | virtual |
RecalculatePipelineStateHash() const override | Urho3D::Drawable | protectedvirtual |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() const | Urho3D::RefCounted | inline |
reflectionMode_ | Urho3D::Drawable | protected |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::AnimatedModel | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveFromOctree() | Urho3D::Drawable | protected |
RemoveInstanceDefault() | Urho3D::Serializable | |
RemoveRootBone() | Urho3D::AnimatedModel | private |
RemoveSubscriberReference(PipelineStateTracker *subscriber) | Urho3D::PipelineStateTracker | protected |
RequestUpdateBatchesDelayed(const FrameInfo &frame) | Urho3D::Drawable | protected |
ResetBones() | Urho3D::AnimatedModel | |
ResetLodLevels() | Urho3D::StaticModel | protected |
ResetMorphWeights() | Urho3D::AnimatedModel | |
ResetToDefault() | Urho3D::Serializable | |
Save(Serializer &dest) const override | Urho3D::Component | virtual |
SaveDefaultAttributes(const AttributeInfo &attr) const | Urho3D::Serializable | inlinevirtual |
SaveJSON(JSONValue &dest) const override | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) const override | Urho3D::Component | virtual |
scaleInLightmap_ | Urho3D::StaticModel | protected |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, const Args &... args) | Urho3D::Object | inline |
SendEvent(StringHash eventType, const VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | explicit |
SerializeAuxiliaryData(Archive &archive) | Urho3D::Component | inlinevirtual |
SerializeInBlock(Archive &archive) override | Urho3D::Serializable | virtual |
SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable) | Urho3D::Serializable | |
SetAnimationLodBias(float bias) | Urho3D::AnimatedModel | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const ea::string &name, const Variant &value) | Urho3D::Serializable | |
SetBakeLightmap(bool bakeLightmap) | Urho3D::StaticModel | inline |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetBonesEnabledAttr(const VariantVector &value) | Urho3D::AnimatedModel | |
SetBoundingBox(const BoundingBox &box) | Urho3D::StaticModel | protected |
SetCastShadows(bool enable) | Urho3D::Drawable | |
SetDrawableIndex(unsigned drawableIndex) | Urho3D::Drawable | inlineprotected |
SetDrawDistance(float distance) | Urho3D::Drawable | |
SetEnabled(bool enable) | Urho3D::Component | |
SetGeometryBoneMappings() | Urho3D::AnimatedModel | private |
SetGlobalIlluminationType(GlobalIlluminationType type) | Urho3D::Drawable | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetID(unsigned id) | Urho3D::Component | protected |
SetInstanceDefault(bool enable) | Urho3D::Serializable | inline |
SetInstanceDefault(const ea::string &name, const Variant &defaultValue) | Urho3D::Serializable | |
setInstanceDefault_ | Urho3D::Serializable | protected |
SetLightmapIndex(unsigned idx) | Urho3D::StaticModel | inline |
SetLightmapScaleOffset(const Vector4 &scaleOffset) | Urho3D::StaticModel | inline |
SetLightMask(unsigned mask) | Urho3D::Drawable | |
SetLodBias(float bias) | Urho3D::Drawable | |
SetMaterial(Material *material) | Urho3D::StaticModel | virtual |
SetMaterial(unsigned index, Material *material) | Urho3D::StaticModel | virtual |
SetMaterialsAttr(const ResourceRefList &value) | Urho3D::StaticModel | |
SetModel(Model *model, bool createBones) | Urho3D::AnimatedModel | |
SetModel(Model *model) override | Urho3D::AnimatedModel | inlinevirtual |
SetModelAttr(const ResourceRef &value) | Urho3D::AnimatedModel | |
SetMorphsAttr(const ea::vector< unsigned char > &value) | Urho3D::AnimatedModel | |
SetMorphWeight(unsigned index, float weight) | Urho3D::AnimatedModel | |
SetMorphWeight(const ea::string &name, float weight) | Urho3D::AnimatedModel | |
SetMorphWeight(StringHash nameHash, float weight) | Urho3D::AnimatedModel | |
SetNode(Node *node) | Urho3D::Component | protected |
SetNumGeometries(unsigned num) | Urho3D::StaticModel | protected |
SetOccludee(bool enable) | Urho3D::Drawable | |
SetOccluder(bool enable) | Urho3D::Drawable | |
SetOcclusionLodLevel(unsigned level) | Urho3D::StaticModel | |
SetOctant(Octant *octant) | Urho3D::Drawable | inlineprotected |
SetReflectionMode(ReflectionMode mode) | Urho3D::Drawable | |
SetScaleInLightmap(float scale) | Urho3D::StaticModel | inline |
SetShadowDistance(float distance) | Urho3D::Drawable | |
SetShadowMask(unsigned mask) | Urho3D::Drawable | |
SetSkeleton(const Skeleton &skeleton, bool createBones) | Urho3D::AnimatedModel | private |
SetSortValue(float value) | Urho3D::Drawable | |
SetTemporary(bool enable) | Urho3D::Serializable | |
SetUpdateInvisible(bool enable) | Urho3D::AnimatedModel | |
SetViewMask(unsigned mask) | Urho3D::Drawable | |
SetZone(Zone *zone, bool temporary=false) | Urho3D::Drawable | |
SetZoneMask(unsigned mask) | Urho3D::Drawable | |
shadowDistance_ | Urho3D::Drawable | protected |
shadowMask_ | Urho3D::Drawable | protected |
skeleton_ | Urho3D::AnimatedModel | private |
skeletonData_ | Urho3D::AnimatedModel | private |
skinMatrices_ | Urho3D::AnimatedModel | private |
skinningDirty_ (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
softwareSkinning_ | Urho3D::AnimatedModel | private |
sortValue_ | Urho3D::Drawable | protected |
StaticModel(Context *context) | Urho3D::StaticModel | explicit |
subscribers_ | Urho3D::PipelineStateTracker | private |
SubscribeToEvent(StringHash eventType, T handler) | Urho3D::Object | inline |
SubscribeToEvent(Object *sender, StringHash eventType, T handler) | Urho3D::Object | inline |
SubscribeToEventManual(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
temporary_ | Urho3D::Serializable | protected |
TypeHierarchy | Urho3D::Object | inlinestatic |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions) | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update(const FrameInfo &frame) override | Urho3D::AnimatedModel | virtual |
UpdateAndCheckAnimationTimers(float timeStep) (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
UpdateBatches(const FrameInfo &frame) override | Urho3D::AnimatedModel | virtual |
UpdateBatchesDelayed(const FrameInfo &frame) | Urho3D::Drawable | inlinevirtual |
UpdateBatchesLightmaps() | Urho3D::StaticModel | protected |
UpdateBoneBoundingBox() | Urho3D::AnimatedModel | |
UpdateGeometry(const FrameInfo &frame) override | Urho3D::AnimatedModel | virtual |
updateInvisible_ | Urho3D::AnimatedModel | private |
UpdateMorphs() (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
updateQueued_ | Urho3D::Drawable | protected |
UpdateSkinning() (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
UpdateSoftwareSkinningState() | Urho3D::AnimatedModel | private |
URHO3D_OBJECT(AnimatedModel, StaticModel) (defined in Urho3D::AnimatedModel) | Urho3D::AnimatedModel | private |
viewCameras_ | Urho3D::Drawable | protected |
viewFrameNumber_ | Urho3D::Drawable | protected |
viewMask_ | Urho3D::Drawable | protected |
WeakRefs() const | Urho3D::RefCounted | |
worldBoundingBox_ | Urho3D::Drawable | protected |
worldBoundingBoxDirty_ | Urho3D::Drawable | protected |
zoneDirty_ | Urho3D::Drawable | protected |
zoneMask_ | Urho3D::Drawable | protected |
~AnimatedModel() override | Urho3D::AnimatedModel | |
~Component() override | Urho3D::Component | |
~Drawable() override | Urho3D::Drawable | |
~Object() override | Urho3D::Object | |
~PipelineStateTracker() | Urho3D::PipelineStateTracker | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() override | Urho3D::Serializable | |
~StaticModel() override | Urho3D::StaticModel | |