| Urho3D
    | 
This is the complete list of members for Dviglo::Node, including all inherited members.
| AddChild(Node *node, unsigned index=M_MAX_UNSIGNED) | Dviglo::Node | |
| AddComponent(Component *component, unsigned id, CreateMode mode) | Dviglo::Node | |
| AddListener(Component *component) | Dviglo::Node | |
| AddRef() | Dviglo::RefCounted | |
| AddReplicationState(NodeReplicationState *state) | Dviglo::Node | virtual | 
| AddTag(const String &tag) | Dviglo::Node | |
| AddTags(const String &tags, char separator=';') | Dviglo::Node | |
| AddTags(const StringVector &tags) | Dviglo::Node | |
| AllocateNetworkState() | Dviglo::Serializable | |
| Animatable(Context *context) | Dviglo::Animatable | explicit | 
| animatedNetworkAttributes_ | Dviglo::Animatable | protected | 
| animationEnabled_ | Dviglo::Animatable | protected | 
| ApplyAttributes() override | Dviglo::Node | virtual | 
| attributeAnimationInfos_ | Dviglo::Animatable | protected | 
| blockEvents_ | Dviglo::Object | private | 
| Cast() | Dviglo::Object | inline | 
| Cast() const | Dviglo::Object | inline | 
| children_ | Dviglo::Node | private | 
| CleanupConnection(Connection *connection) | Dviglo::Node | |
| Clone(CreateMode mode=REPLICATED) | Dviglo::Node | |
| CloneComponent(Component *component, unsigned id=0) | Dviglo::Node | |
| CloneComponent(Component *component, CreateMode mode, unsigned id=0) | Dviglo::Node | |
| CloneRecursive(Node *parent, SceneResolver &resolver, CreateMode mode) | Dviglo::Node | private | 
| components_ | Dviglo::Node | private | 
| Connection (defined in Dviglo::Node) | Dviglo::Node | friend | 
| context_ | Dviglo::Object | protected | 
| CreateChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, unsigned id=0, bool temporary=false) | Dviglo::Node | |
| CreateChild(unsigned id, CreateMode mode, bool temporary=false) | Dviglo::Node | |
| CreateComponent(StringHash type, CreateMode mode=REPLICATED, unsigned id=0) | Dviglo::Node | |
| CreateComponent(CreateMode mode=REPLICATED, unsigned id=0) | Dviglo::Node | |
| CreateTemporaryChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, unsigned id=0) | Dviglo::Node | |
| dirty_ | Dviglo::Node | mutableprivate | 
| enabled_ | Dviglo::Node | private | 
| enabledPrev_ | Dviglo::Node | private | 
| eventHandlers_ | Dviglo::Object | private | 
| FindAttributeAnimationTarget(const String &name, String &outName) override | Dviglo::Node | 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 | 
| 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 | 
| GetBlockEvents() const | Dviglo::Object | inline | 
| GetCategory() const | Dviglo::Object | |
| GetChild(unsigned index) const | Dviglo::Node | |
| GetChild(const String &name, bool recursive=false) const | Dviglo::Node | |
| GetChild(const char *name, bool recursive=false) const | Dviglo::Node | |
| GetChild(StringHash nameHash, bool recursive=false) const | Dviglo::Node | |
| GetChildren() const | Dviglo::Node | inline | 
| GetChildren(PODVector< Node * > &dest, bool recursive=false) const | Dviglo::Node | |
| GetChildren(bool recursive) const | Dviglo::Node | |
| GetChildrenRecursive(PODVector< Node * > &dest) const | Dviglo::Node | private | 
| GetChildrenWithComponent(PODVector< Node * > &dest, StringHash type, bool recursive=false) const | Dviglo::Node | |
| GetChildrenWithComponent(StringHash type, bool recursive=false) const | Dviglo::Node | |
| GetChildrenWithComponent(PODVector< Node * > &dest, bool recursive=false) const | Dviglo::Node | |
| GetChildrenWithComponentRecursive(PODVector< Node * > &dest, StringHash type) const | Dviglo::Node | private | 
| GetChildrenWithTag(PODVector< Node * > &dest, const String &tag, bool recursive=false) const | Dviglo::Node | |
| GetChildrenWithTag(const String &tag, bool recursive=false) const | Dviglo::Node | |
| GetChildrenWithTagRecursive(PODVector< Node * > &dest, const String &tag) const | Dviglo::Node | private | 
| GetComponent(StringHash type, bool recursive=false) const | Dviglo::Node | |
| GetComponent(bool recursive=false) const | Dviglo::Node | |
| GetComponents() const | Dviglo::Node | inline | 
| GetComponents(PODVector< Component * > &dest, StringHash type, bool recursive=false) const | Dviglo::Node | |
| GetComponents(PODVector< T * > &dest, bool recursive=false) const | Dviglo::Node | |
| GetComponentsRecursive(PODVector< Component * > &dest, StringHash type) const | Dviglo::Node | private | 
| GetContext() const | Dviglo::Object | inline | 
| GetDependencyNodes() const | Dviglo::Node | inline | 
| GetDerivedComponent(bool recursive=false) const | Dviglo::Node | |
| GetDerivedComponents(PODVector< T * > &dest, bool recursive=false, bool clearVector=true) const | Dviglo::Node | |
| GetDirection() const | Dviglo::Node | inline | 
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetID() const | Dviglo::Node | inline | 
| GetInstanceDefault(const String &name) const | Dviglo::Serializable | private | 
| GetInterceptNetworkUpdate(const String &attributeName) const | Dviglo::Serializable | |
| GetListeners() const | Dviglo::Node | inline | 
| GetName() const | Dviglo::Node | inline | 
| GetNameHash() const | Dviglo::Node | inline | 
| GetNetParentAttr() const | Dviglo::Node | |
| GetNetPositionAttr() const | Dviglo::Node | |
| GetNetRotationAttr() const | Dviglo::Node | |
| GetNetworkAttributes() const | Dviglo::Serializable | virtual | 
| GetNetworkState() const | Dviglo::Serializable | inline | 
| GetNumAttributes() const | Dviglo::Serializable | |
| GetNumChildren(bool recursive=false) const | Dviglo::Node | |
| GetNumComponents() const | Dviglo::Node | inline | 
| GetNumNetworkAttributes() const | Dviglo::Serializable | |
| GetNumNetworkComponents() const | Dviglo::Node | |
| GetNumPersistentChildren() const | Dviglo::Node | |
| GetNumPersistentComponents() const | Dviglo::Node | |
| GetObjectAnimation() const | Dviglo::Animatable | |
| GetObjectAnimationAttr() const | Dviglo::Animatable | |
| GetOrCreateComponent(StringHash type, CreateMode mode=REPLICATED, unsigned id=0) | Dviglo::Node | |
| GetOrCreateComponent(CreateMode mode=REPLICATED, unsigned id=0) | Dviglo::Node | |
| GetOwner() const | Dviglo::Node | inline | 
| GetParent() const | Dviglo::Node | inline | 
| GetParentComponent(StringHash type, bool fullTraversal=false) const | Dviglo::Node | |
| GetParentComponent(bool fullTraversal=false) const | Dviglo::Node | |
| GetParentDerivedComponent(bool fullTraversal=false) const | Dviglo::Node | |
| GetPosition() const | Dviglo::Node | inline | 
| GetPosition2D() const | Dviglo::Node | inline | 
| GetRight() const | Dviglo::Node | inline | 
| GetRotation() const | Dviglo::Node | inline | 
| GetRotation2D() const | Dviglo::Node | inline | 
| GetScale() const | Dviglo::Node | inline | 
| GetScale2D() const | Dviglo::Node | inline | 
| GetScene() const | Dviglo::Node | inline | 
| GetSignedWorldScale() const | Dviglo::Node | |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetTags() const | Dviglo::Node | inline | 
| GetTransform() const | Dviglo::Node | inline | 
| 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 | 
| GetUp() const | Dviglo::Node | inline | 
| GetVar(StringHash key) const | Dviglo::Node | |
| GetVars() const | Dviglo::Node | inline | 
| GetWorldDirection() const | Dviglo::Node | inline | 
| GetWorldPosition() const | Dviglo::Node | inline | 
| GetWorldPosition2D() const | Dviglo::Node | inline | 
| GetWorldRight() const | Dviglo::Node | inline | 
| GetWorldRotation() const | Dviglo::Node | inline | 
| GetWorldRotation2D() const | Dviglo::Node | inline | 
| GetWorldScale() const | Dviglo::Node | inline | 
| GetWorldScale2D() const | Dviglo::Node | inline | 
| GetWorldTransform() const | Dviglo::Node | inline | 
| GetWorldUp() const | Dviglo::Node | inline | 
| HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected | 
| HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected | 
| HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::Node | private | 
| HasComponent(StringHash type) const | Dviglo::Node | |
| HasComponent() const | Dviglo::Node | |
| HasEventHandlers() const | Dviglo::Object | inline | 
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| HasTag(const String &tag) const | Dviglo::Node | |
| id_ | Dviglo::Node | private | 
| impl_ | Dviglo::Node | private | 
| instanceDefaultValues_ | Dviglo::Serializable | private | 
| IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Dviglo::Animatable | protected | 
| IsChildOf(Node *node) const | Dviglo::Node | |
| IsDirty() const | Dviglo::Node | inline | 
| IsEnabled() const | Dviglo::Node | inline | 
| IsEnabledSelf() const | Dviglo::Node | inline | 
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline | 
| IsReplicated() const | Dviglo::Node | |
| IsTemporary() const | Dviglo::Serializable | inline | 
| listeners_ | Dviglo::Node | private | 
| Load(Deserializer &source) override | Dviglo::Node | virtual | 
| Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Dviglo::Node | |
| LoadJSON(const JSONValue &source) override | Dviglo::Node | virtual | 
| LoadJSON(const JSONValue &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Dviglo::Node | |
| LoadXML(const XMLElement &source) override | Dviglo::Node | virtual | 
| LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Dviglo::Node | |
| LocalToWorld(const Vector3 &position) const | Dviglo::Node | |
| LocalToWorld(const Vector4 &vector) const | Dviglo::Node | |
| LocalToWorld2D(const Vector2 &vector) const | Dviglo::Node | |
| LookAt(const Vector3 &target, const Vector3 &up=Vector3::UP, TransformSpace space=TS_WORLD) | Dviglo::Node | |
| MarkDirty() | Dviglo::Node | |
| MarkNetworkUpdate() override | Dviglo::Node | virtual | 
| MarkReplicationDirty() | Dviglo::Node | |
| networkState_ | Dviglo::Serializable | protected | 
| networkUpdate_ | Dviglo::Node | protected | 
| Node(Context *context) | Dviglo::Node | explicit | 
| Object(Context *context) | Dviglo::Object | explicit | 
| objectAnimation_ | Dviglo::Animatable | protected | 
| OnAttributeAnimationAdded() override | Dviglo::Node | protectedvirtual | 
| OnAttributeAnimationRemoved() override | Dviglo::Node | protectedvirtual | 
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual | 
| OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Dviglo::Serializable | virtual | 
| OnObjectAnimationAdded(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected | 
| OnObjectAnimationRemoved(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected | 
| OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Dviglo::Serializable | virtual | 
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| parent_ | Dviglo::Node | private | 
| Pitch(float angle, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| position_ | Dviglo::Node | private | 
| PrepareNetworkUpdate() | Dviglo::Node | |
| 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::Node | static | 
| ReleaseRef() | Dviglo::RefCounted | |
| Remove() | Dviglo::Node | |
| RemoveAllChildren() | Dviglo::Node | |
| RemoveAllComponents() | Dviglo::Node | |
| RemoveAllTags() | Dviglo::Node | |
| RemoveAttributeAnimation(const String &name) | Dviglo::Animatable | |
| RemoveChild(Node *node) | Dviglo::Node | |
| RemoveChild(Vector< SharedPtr< Node > >::Iterator i) | Dviglo::Node | private | 
| RemoveChildren(bool removeReplicated, bool removeLocal, bool recursive) | Dviglo::Node | |
| RemoveComponent(Component *component) | Dviglo::Node | |
| RemoveComponent(StringHash type) | Dviglo::Node | |
| RemoveComponent() | Dviglo::Node | |
| RemoveComponent(Vector< SharedPtr< Component > >::Iterator i) | Dviglo::Node | private | 
| RemoveComponents(bool removeReplicated, bool removeLocal) | Dviglo::Node | |
| RemoveComponents(StringHash type) | Dviglo::Node | |
| RemoveComponents() | Dviglo::Node | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private | 
| RemoveInstanceDefault() | Dviglo::Serializable | |
| RemoveListener(Component *component) | Dviglo::Node | |
| RemoveObjectAnimation() | Dviglo::Animatable | |
| RemoveTag(const String &tag) | Dviglo::Node | |
| ReorderComponent(Component *component, unsigned index) | Dviglo::Node | |
| ResetDeepEnabled() | Dviglo::Node | |
| ResetScene() | Dviglo::Node | |
| ResetToDefault() | Dviglo::Serializable | |
| Roll(float angle, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| Rotate(const Quaternion &delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| Rotate2D(float delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | inline | 
| RotateAround(const Vector3 &point, const Quaternion &delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| RotateAround2D(const Vector2 &point, float delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | inline | 
| rotation_ | Dviglo::Node | private | 
| SafeCreateComponent(const String &typeName, StringHash type, CreateMode mode, unsigned id) | Dviglo::Node | private | 
| Save(Serializer &dest) const override | Dviglo::Node | virtual | 
| SaveDefaultAttributes() const override | Dviglo::Node | inlinevirtual | 
| SaveJSON(JSONValue &dest) const override | Dviglo::Node | virtual | 
| SaveJSON(Serializer &dest, const String &indentation="\t") const | Dviglo::Node | |
| SaveXML(XMLElement &dest) const override | Dviglo::Node | virtual | 
| SaveXML(Serializer &dest, const String &indentation="\t") const | Dviglo::Node | |
| Scale(float scale) | Dviglo::Node | |
| Scale(const Vector3 &scale) | Dviglo::Node | |
| Scale2D(const Vector2 &scale) | Dviglo::Node | inline | 
| scale_ | Dviglo::Node | private | 
| scene_ | Dviglo::Node | private | 
| 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 | |
| SetBlockEvents(bool block) | Dviglo::Object | inline | 
| SetDeepEnabled(bool enable) | Dviglo::Node | |
| SetDirection(const Vector3 &direction) | Dviglo::Node | |
| SetEnabled(bool enable) | Dviglo::Node | |
| SetEnabled(bool enable, bool recursive, bool storeSelf) | Dviglo::Node | private | 
| SetEnabledRecursive(bool enable) | Dviglo::Node | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetID(unsigned id) | Dviglo::Node | |
| 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 | |
| SetName(const String &name) | Dviglo::Node | |
| SetNetParentAttr(const PODVector< unsigned char > &value) | Dviglo::Node | |
| SetNetPositionAttr(const Vector3 &value) | Dviglo::Node | |
| SetNetRotationAttr(const PODVector< unsigned char > &value) | Dviglo::Node | |
| SetObjectAnimation(ObjectAnimation *objectAnimation) | Dviglo::Animatable | |
| SetObjectAnimationAttr(const ResourceRef &value) | Dviglo::Animatable | |
| SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed) | Dviglo::Animatable | protected | 
| SetOwner(Connection *owner) | Dviglo::Node | |
| SetParent(Node *parent) | Dviglo::Node | |
| SetPosition(const Vector3 &position) | Dviglo::Node | |
| SetPosition2D(const Vector2 &position) | Dviglo::Node | inline | 
| SetPosition2D(float x, float y) | Dviglo::Node | inline | 
| SetPositionSilent(const Vector3 &position) | Dviglo::Node | inline | 
| SetRotation(const Quaternion &rotation) | Dviglo::Node | |
| SetRotation2D(float rotation) | Dviglo::Node | inline | 
| SetRotationSilent(const Quaternion &rotation) | Dviglo::Node | inline | 
| SetScale(float scale) | Dviglo::Node | |
| SetScale(const Vector3 &scale) | Dviglo::Node | |
| SetScale2D(const Vector2 &scale) | Dviglo::Node | inline | 
| SetScale2D(float x, float y) | Dviglo::Node | inline | 
| SetScaleSilent(const Vector3 &scale) | Dviglo::Node | inline | 
| SetScene(Scene *scene) | Dviglo::Node | |
| SetTags(const StringVector &tags) | Dviglo::Node | |
| SetTemporary(bool enable) | Dviglo::Serializable | |
| SetTransform(const Vector3 &position, const Quaternion &rotation) | Dviglo::Node | |
| SetTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Dviglo::Node | |
| SetTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Dviglo::Node | |
| SetTransform(const Matrix3x4 &matrix) | Dviglo::Node | |
| SetTransform2D(const Vector2 &position, float rotation) | Dviglo::Node | inline | 
| SetTransform2D(const Vector2 &position, float rotation, float scale) | Dviglo::Node | inline | 
| SetTransform2D(const Vector2 &position, float rotation, const Vector2 &scale) | Dviglo::Node | inline | 
| SetTransformSilent(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Dviglo::Node | |
| SetVar(StringHash key, const Variant &value) | Dviglo::Node | |
| SetWorldDirection(const Vector3 &direction) | Dviglo::Node | |
| SetWorldPosition(const Vector3 &position) | Dviglo::Node | |
| SetWorldPosition2D(const Vector2 &position) | Dviglo::Node | inline | 
| SetWorldPosition2D(float x, float y) | Dviglo::Node | inline | 
| SetWorldRotation(const Quaternion &rotation) | Dviglo::Node | |
| SetWorldRotation2D(float rotation) | Dviglo::Node | inline | 
| SetWorldScale(float scale) | Dviglo::Node | |
| SetWorldScale(const Vector3 &scale) | Dviglo::Node | |
| SetWorldScale2D(const Vector2 &scale) | Dviglo::Node | inline | 
| SetWorldScale2D(float x, float y) | Dviglo::Node | inline | 
| SetWorldTransform(const Vector3 &position, const Quaternion &rotation) | Dviglo::Node | |
| SetWorldTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Dviglo::Node | |
| SetWorldTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Dviglo::Node | |
| SetWorldTransform(const Matrix3x4 &worldTransform) | Dviglo::Node | |
| SetWorldTransform2D(const Vector2 &position, float rotation) | Dviglo::Node | inline | 
| SetWorldTransform2D(const Vector2 &position, float rotation, float scale) | Dviglo::Node | inline | 
| SetWorldTransform2D(const Vector2 &position, float rotation, const Vector2 &scale) | Dviglo::Node | inline | 
| 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 | 
| Translate(const Vector3 &delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| Translate2D(const Vector2 &delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | inline | 
| 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 | |
| UpdateAttributeAnimations(float timeStep) | Dviglo::Animatable | protected | 
| UpdateWorldTransform() const | Dviglo::Node | private | 
| URHO3D_OBJECT(Node, Animatable) (defined in Dviglo::Node) | Dviglo::Node | private | 
| vars_ | Dviglo::Node | protected | 
| WeakRefs() const | Dviglo::RefCounted | |
| worldRotation_ | Dviglo::Node | mutableprivate | 
| WorldToLocal(const Vector3 &position) const | Dviglo::Node | |
| WorldToLocal(const Vector4 &vector) const | Dviglo::Node | |
| WorldToLocal2D(const Vector2 &vector) const | Dviglo::Node | |
| worldTransform_ | Dviglo::Node | mutableprivate | 
| 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 | |
| Yaw(float angle, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| ~Animatable() override | Dviglo::Animatable | |
| ~Node() override | Dviglo::Node | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual | 
| ~Serializable() override | Dviglo::Serializable | 
 1.8.17
 1.8.17