| AddDecal(Drawable *target, const Vector3 &worldPosition, const Quaternion &worldRotation, float size, float aspectRatio, float depth, const Vector2 &topLeftUV, const Vector2 &bottomRightUV, float timeToLive=0.0f, float normalCutoff=0.1f, unsigned subGeometry=M_MAX_UNSIGNED) | Dviglo::DecalSet | |
| AddLight(Light *light) | Dviglo::Drawable | inline |
| AddRef() | Dviglo::RefCounted | |
| AddReplicationState(ComponentReplicationState *state) | Dviglo::Component | |
| AddToOctree() | Dviglo::Drawable | protected |
| AddVertexLight(Light *light) | Dviglo::Drawable | inline |
| AllocateNetworkState() | Dviglo::Serializable | |
| Animatable(Context *context) | Dviglo::Animatable | explicit |
| animatedNetworkAttributes_ | Dviglo::Animatable | protected |
| animationEnabled_ | Dviglo::Animatable | protected |
| ApplyAttributes() override | Dviglo::DecalSet | virtual |
| AssignBoneNodes() | Dviglo::DecalSet | private |
| assignBonesPending_ | Dviglo::DecalSet | private |
| attributeAnimationInfos_ | Dviglo::Animatable | protected |
| basePassFlags_ | Dviglo::Drawable | protected |
| batches_ | Dviglo::Drawable | protected |
| blockEvents_ | Dviglo::Object | private |
| bones_ | Dviglo::DecalSet | private |
| boundingBox_ | Dviglo::Drawable | protected |
| boundingBoxDirty_ | Dviglo::DecalSet | private |
| bufferDirty_ | Dviglo::DecalSet | private |
| CalculateBoundingBox() | Dviglo::DecalSet | private |
| CalculateUVs(Decal &decal, const Matrix3x4 &view, const Matrix4 &projection, const Vector2 &topLeftUV, const Vector2 &bottomRightUV) | Dviglo::DecalSet | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| castShadows_ | Dviglo::Drawable | protected |
| CleanupConnection(Connection *connection) | Dviglo::Component | |
| Component(Context *context) | Dviglo::Component | explicit |
| context_ | Dviglo::Object | protected |
| decals_ | Dviglo::DecalSet | private |
| DecalSet(Context *context) | Dviglo::DecalSet | explicit |
| distance_ | Dviglo::Drawable | protected |
| DoAutoRemove(AutoRemoveMode mode) | Dviglo::Component | protected |
| Drawable(Context *context, unsigned char drawableFlags) | Dviglo::Drawable | |
| drawableFlags_ | Dviglo::Drawable | protected |
| DrawDebugGeometry(DebugRenderer *debug, bool depthTest) override | Dviglo::Drawable | virtual |
| drawDistance_ | Dviglo::Drawable | protected |
| DrawOcclusion(OcclusionBuffer *buffer) | Dviglo::Drawable | virtual |
| enabled_ | Dviglo::Component | protected |
| eventHandlers_ | Dviglo::Object | private |
| FindAttributeAnimationTarget(const String &name, String &outName) | Dviglo::Animatable | protectedvirtual |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| firstLight_ | Dviglo::Drawable | protected |
| geometry_ | Dviglo::DecalSet | private |
| GetAnimationEnabled() const | Dviglo::Animatable | inline |
| GetAttribute(unsigned index) const | Dviglo::Serializable | |
| GetAttribute(const String &name) const | Dviglo::Serializable | |
| GetAttributeAnimation(const String &name) const | Dviglo::Animatable | |
| GetAttributeAnimationInfo(const String &name) const | Dviglo::Animatable | protected |
| GetAttributeAnimationSpeed(const String &name) const | Dviglo::Animatable | |
| GetAttributeAnimationTime(const String &name) const | Dviglo::Animatable | |
| GetAttributeAnimationWrapMode(const String &name) const | Dviglo::Animatable | |
| GetAttributeDefault(unsigned index) const | Dviglo::Serializable | |
| GetAttributeDefault(const String &name) const | Dviglo::Serializable | |
| GetAttributes() const | Dviglo::Serializable | virtual |
| GetBatches() const | Dviglo::Drawable | inline |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetBones(Drawable *target, unsigned batchIndex, const float *blendWeights, const unsigned char *blendIndices, unsigned char *newBlendIndices) | Dviglo::DecalSet | private |
| GetBoundingBox() const | Dviglo::Drawable | inline |
| GetCastShadows() const | Dviglo::Drawable | inline |
| GetCategory() const | Dviglo::Object | |
| GetComponent(StringHash type) const | Dviglo::Component | |
| GetComponent() const | Dviglo::Component | |
| GetComponents(PODVector< Component * > &dest, StringHash type) const | Dviglo::Component | |
| GetComponents(PODVector< T * > &dest) const | Dviglo::Component | |
| GetContext() const | Dviglo::Object | inline |
| GetDecalsAttr() const | Dviglo::DecalSet | |
| GetDependencyNodes(PODVector< Node * > &dest) | Dviglo::Component | virtual |
| GetDistance() const | Dviglo::Drawable | inline |
| GetDrawableFlags() const | Dviglo::Drawable | inline |
| GetDrawDistance() const | Dviglo::Drawable | inline |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetFace(Vector< PODVector< DecalVertex > > &faces, Drawable *target, unsigned batchIndex, unsigned i0, unsigned i1, unsigned i2, const unsigned char *positionData, const unsigned char *normalData, const unsigned char *skinningData, unsigned positionStride, unsigned normalStride, unsigned skinningStride, const Frustum &frustum, const Vector3 &decalNormal, float normalCutoff) | Dviglo::DecalSet | private |
| GetFaces(Vector< PODVector< DecalVertex > > &faces, Drawable *target, unsigned batchIndex, const Frustum &frustum, const Vector3 &decalNormal, float normalCutoff) | Dviglo::DecalSet | private |
| GetFirstLight() const | Dviglo::Drawable | inline |
| GetFixedUpdateSource() | Dviglo::Component | protected |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetID() const | Dviglo::Component | inline |
| GetInstanceDefault(const String &name) const | Dviglo::Serializable | private |
| GetInterceptNetworkUpdate(const String &attributeName) const | Dviglo::Serializable | |
| GetLightMask() const | Dviglo::Drawable | inline |
| GetLights() const | Dviglo::Drawable | inline |
| GetLodBias() const | Dviglo::Drawable | inline |
| GetLodDistance() const | Dviglo::Drawable | inline |
| GetLodGeometry(unsigned batchIndex, unsigned level) | Dviglo::Drawable | virtual |
| GetMaterial() const | Dviglo::DecalSet | |
| GetMaterialAttr() const | Dviglo::DecalSet | |
| GetMaxIndices() const | Dviglo::DecalSet | inline |
| GetMaxLights() const | Dviglo::Drawable | inline |
| GetMaxVertices() const | Dviglo::DecalSet | inline |
| GetMaxZ() const | Dviglo::Drawable | inline |
| GetMinZ() const | Dviglo::Drawable | inline |
| GetNetworkAttributes() const | Dviglo::Serializable | virtual |
| GetNetworkState() const | Dviglo::Serializable | inline |
| GetNode() const | Dviglo::Component | inline |
| GetNumAttributes() const | Dviglo::Serializable | |
| GetNumDecals() const | Dviglo::DecalSet | inline |
| GetNumIndices() const | Dviglo::DecalSet | inline |
| GetNumNetworkAttributes() const | Dviglo::Serializable | |
| GetNumOccluderTriangles() | Dviglo::Drawable | inlinevirtual |
| GetNumVertices() const | Dviglo::DecalSet | inline |
| GetObjectAnimation() const | Dviglo::Animatable | |
| GetObjectAnimationAttr() const | Dviglo::Animatable | |
| GetOctant() const | Dviglo::Drawable | inline |
| GetOptimizeBufferSize() const | Dviglo::DecalSet | inline |
| GetScene() const | Dviglo::Component | |
| GetShadowDistance() const | Dviglo::Drawable | inline |
| GetShadowMask() const | Dviglo::Drawable | inline |
| GetSortValue() const | Dviglo::Drawable | inline |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetType() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
| GetTypeName() const =0 | Dviglo::Object | pure virtual |
| GetUpdateGeometryType() override | Dviglo::DecalSet | virtual |
| GetVertexLights() const | Dviglo::Drawable | inline |
| GetViewMask() const | Dviglo::Drawable | inline |
| GetWorldBoundingBox() | Dviglo::Drawable | |
| GetZone() const | Dviglo::Drawable | inline |
| GetZoneMask() const | Dviglo::Drawable | inline |
| HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected |
| HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected |
| HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::Component | protected |
| HandleScenePostUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::DecalSet | private |
| HasBasePass(unsigned batchIndex) const | Dviglo::Drawable | inline |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| id_ | Dviglo::Component | protected |
| indexBuffer_ | Dviglo::DecalSet | private |
| instanceDefaultValues_ | Dviglo::Serializable | private |
| IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Dviglo::Animatable | protected |
| IsEnabled() const | Dviglo::Component | inline |
| IsEnabledEffective() const | Dviglo::Component | |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| IsInView() const | Dviglo::Drawable | |
| IsInView(Camera *camera) const | Dviglo::Drawable | |
| IsInView(const FrameInfo &frame, bool anyCamera=false) const | Dviglo::Drawable | |
| IsOccludee() const | Dviglo::Drawable | inline |
| IsOccluder() const | Dviglo::Drawable | inline |
| IsReplicated() const | Dviglo::Component | |
| IsTemporary() const | Dviglo::Serializable | inline |
| IsZoneDirty() const | Dviglo::Drawable | inline |
| lightMask_ | Dviglo::Drawable | protected |
| lights_ | Dviglo::Drawable | protected |
| LimitLights() | Dviglo::Drawable | |
| LimitVertexLights(bool removeConvertedLights) | Dviglo::Drawable | |
| Load(Deserializer &source) | Dviglo::Serializable | virtual |
| LoadJSON(const JSONValue &source) override | Dviglo::Animatable | virtual |
| LoadXML(const XMLElement &source) override | Dviglo::Animatable | virtual |
| lodBias_ | Dviglo::Drawable | protected |
| lodDistance_ | Dviglo::Drawable | protected |
| MarkDecalsDirty() | Dviglo::DecalSet | private |
| MarkForUpdate() | Dviglo::Drawable | |
| MarkInView(const FrameInfo &frame) | Dviglo::Drawable | |
| MarkInView(unsigned frameNumber) | Dviglo::Drawable | |
| MarkNetworkUpdate() override | Dviglo::Component | virtual |
| maxIndices_ | Dviglo::DecalSet | private |
| maxLights_ | Dviglo::Drawable | protected |
| maxVertices_ | Dviglo::DecalSet | private |
| maxZ_ | Dviglo::Drawable | protected |
| minZ_ | Dviglo::Drawable | protected |
| networkState_ | Dviglo::Serializable | protected |
| networkUpdate_ | Dviglo::Component | protected |
| node_ | Dviglo::Component | protected |
| numIndices_ | Dviglo::DecalSet | private |
| numVertices_ | Dviglo::DecalSet | private |
| Object(Context *context) | Dviglo::Object | explicit |
| objectAnimation_ | Dviglo::Animatable | protected |
| occludee_ | Dviglo::Drawable | protected |
| occluder_ | Dviglo::Drawable | protected |
| octant_ | Dviglo::Drawable | protected |
| OnAttributeAnimationAdded() override | Dviglo::Component | protectedvirtual |
| OnAttributeAnimationRemoved() override | Dviglo::Component | protectedvirtual |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Dviglo::Serializable | virtual |
| OnMarkedDirty(Node *node) override | Dviglo::DecalSet | protectedvirtual |
| OnNodeSet(Node *node) override | Dviglo::Drawable | protectedvirtual |
| OnNodeSetEnabled(Node *node) | Dviglo::Component | protectedvirtual |
| OnObjectAnimationAdded(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected |
| OnObjectAnimationRemoved(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected |
| OnRemoveFromOctree() | Dviglo::Drawable | inlineprotectedvirtual |
| OnSceneSet(Scene *scene) override | Dviglo::Drawable | protectedvirtual |
| OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Dviglo::Serializable | virtual |
| OnSetEnabled() override | Dviglo::DecalSet | virtual |
| OnWorldBoundingBoxUpdate() override | Dviglo::DecalSet | protectedvirtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| optimizeBufferSize_ | Dviglo::DecalSet | private |
| PrepareNetworkUpdate() | Dviglo::Component | |
| ProcessRayQuery(const RayOctreeQuery &query, PODVector< RayQueryResult > &results) override | Dviglo::DecalSet | virtual |
| ReadDeltaUpdate(Deserializer &source) | Dviglo::Serializable | |
| ReadLatestDataUpdate(Deserializer &source) | Dviglo::Serializable | |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| RegisterObject(Context *context) | Dviglo::DecalSet | static |
| ReleaseRef() | Dviglo::RefCounted | |
| Remove() | Dviglo::Component | |
| RemoveAllDecals() | Dviglo::DecalSet | |
| RemoveAttributeAnimation(const String &name) | Dviglo::Animatable | |
| RemoveDecal(List< Decal >::Iterator i) | Dviglo::DecalSet | private |
| RemoveDecals(unsigned num) | Dviglo::DecalSet | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| RemoveFromOctree() | Dviglo::Drawable | protected |
| RemoveInstanceDefault() | Dviglo::Serializable | |
| RemoveObjectAnimation() | Dviglo::Animatable | |
| ResetToDefault() | Dviglo::Serializable | |
| Save(Serializer &dest) const override | Dviglo::Component | virtual |
| SaveDefaultAttributes() const | Dviglo::Serializable | inlinevirtual |
| SaveJSON(JSONValue &dest) const override | Dviglo::Component | virtual |
| SaveXML(XMLElement &dest) const override | Dviglo::Component | virtual |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| Serializable(Context *context) | Dviglo::Serializable | explicit |
| SetAnimationEnabled(bool enable) | Dviglo::Animatable | |
| SetAnimationTime(float time) | Dviglo::Animatable | |
| SetAttribute(unsigned index, const Variant &value) | Dviglo::Serializable | |
| SetAttribute(const String &name, const Variant &value) | Dviglo::Serializable | |
| SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f) | Dviglo::Animatable | |
| SetAttributeAnimationSpeed(const String &name, float speed) | Dviglo::Animatable | |
| SetAttributeAnimationTime(const String &name, float time) | Dviglo::Animatable | |
| SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode) | Dviglo::Animatable | |
| SetBasePass(unsigned batchIndex) | Dviglo::Drawable | inline |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| SetCastShadows(bool enable) | Dviglo::Drawable | |
| SetDecalsAttr(const PODVector< unsigned char > &value) | Dviglo::DecalSet | |
| SetDrawDistance(float distance) | Dviglo::Drawable | |
| SetEnabled(bool enable) | Dviglo::Component | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetID(unsigned id) | Dviglo::Component | protected |
| SetInstanceDefault(bool enable) | Dviglo::Serializable | inline |
| SetInstanceDefault(const String &name, const Variant &defaultValue) | Dviglo::Serializable | private |
| setInstanceDefault_ | Dviglo::Serializable | private |
| SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Dviglo::Serializable | |
| SetLightMask(unsigned mask) | Dviglo::Drawable | |
| SetLodBias(float bias) | Dviglo::Drawable | |
| SetMaterial(Material *material) | Dviglo::DecalSet | |
| SetMaterialAttr(const ResourceRef &value) | Dviglo::DecalSet | |
| SetMaxIndices(unsigned num) | Dviglo::DecalSet | |
| SetMaxLights(unsigned num) | Dviglo::Drawable | |
| SetMaxVertices(unsigned num) | Dviglo::DecalSet | |
| SetMinMaxZ(float minZ, float maxZ) | Dviglo::Drawable | inline |
| SetNode(Node *node) | Dviglo::Component | protected |
| SetObjectAnimation(ObjectAnimation *objectAnimation) | Dviglo::Animatable | |
| SetObjectAnimationAttr(const ResourceRef &value) | Dviglo::Animatable | |
| SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed) | Dviglo::Animatable | protected |
| SetOccludee(bool enable) | Dviglo::Drawable | |
| SetOccluder(bool enable) | Dviglo::Drawable | |
| SetOctant(Octant *octant) | Dviglo::Drawable | inlineprotected |
| SetOptimizeBufferSize(bool enable) | Dviglo::DecalSet | |
| SetShadowDistance(float distance) | Dviglo::Drawable | |
| SetShadowMask(unsigned mask) | Dviglo::Drawable | |
| SetSortValue(float value) | Dviglo::Drawable | |
| SetTemporary(bool enable) | Dviglo::Serializable | |
| SetViewMask(unsigned mask) | Dviglo::Drawable | |
| SetZone(Zone *zone, bool temporary=false) | Dviglo::Drawable | |
| SetZoneMask(unsigned mask) | Dviglo::Drawable | |
| shadowDistance_ | Dviglo::Drawable | protected |
| shadowMask_ | Dviglo::Drawable | protected |
| skinMatrices_ | Dviglo::DecalSet | private |
| skinned_ | Dviglo::DecalSet | private |
| skinningDirty_ | Dviglo::DecalSet | private |
| sortValue_ | Dviglo::Drawable | protected |
| subscribed_ | Dviglo::DecalSet | private |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| temporary_ | Dviglo::Serializable | private |
| TransformVertices(Decal &decal, const Matrix3x4 &transform) | Dviglo::DecalSet | private |
| UnsubscribeFromAllEvents() | Dviglo::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
| Update(const FrameInfo &frame) | Dviglo::Drawable | inlinevirtual |
| UpdateAttributeAnimations(float timeStep) | Dviglo::Animatable | protected |
| UpdateBatch() | Dviglo::DecalSet | private |
| UpdateBatches(const FrameInfo &frame) override | Dviglo::DecalSet | virtual |
| UpdateBuffers() | Dviglo::DecalSet | private |
| UpdateEventSubscription(bool checkAllDecals) | Dviglo::DecalSet | private |
| UpdateGeometry(const FrameInfo &frame) override | Dviglo::DecalSet | virtual |
| updateQueued_ | Dviglo::Drawable | protected |
| UpdateSkinning() | Dviglo::DecalSet | private |
| URHO3D_OBJECT(DecalSet, Drawable) (defined in Dviglo::DecalSet) | Dviglo::DecalSet | private |
| vertexBuffer_ | Dviglo::DecalSet | private |
| vertexLights_ | Dviglo::Drawable | protected |
| viewCameras_ | Dviglo::Drawable | protected |
| viewFrameNumber_ | Dviglo::Drawable | protected |
| viewMask_ | Dviglo::Drawable | protected |
| WeakRefs() const | Dviglo::RefCounted | |
| worldBoundingBox_ | Dviglo::Drawable | protected |
| worldBoundingBoxDirty_ | Dviglo::Drawable | protected |
| WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp) | Dviglo::Serializable | |
| WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp) | Dviglo::Serializable | |
| WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp) | Dviglo::Serializable | |
| zone_ | Dviglo::Drawable | protected |
| zoneDirty_ | Dviglo::Drawable | protected |
| zoneMask_ | Dviglo::Drawable | protected |
| ~Animatable() override | Dviglo::Animatable | |
| ~Component() override | Dviglo::Component | |
| ~DecalSet() override | Dviglo::DecalSet | |
| ~Drawable() override | Dviglo::Drawable | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
| ~Serializable() override | Dviglo::Serializable | |