| Urho3D
    | 
This is the complete list of members for Dviglo::Scene, 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) override | Dviglo::Scene | virtual | 
| AddRequiredPackageFile(PackageFile *package) | Dviglo::Scene | |
| 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 | 
| asyncLoading_ | Dviglo::Scene | private | 
| asyncLoadingMs_ | Dviglo::Scene | private | 
| asyncProgress_ | Dviglo::Scene | private | 
| attributeAnimationInfos_ | Dviglo::Animatable | protected | 
| BeginThreadedUpdate() | Dviglo::Scene | |
| blockEvents_ | Dviglo::Object | private | 
| Cast() | Dviglo::Object | inline | 
| Cast() const | Dviglo::Object | inline | 
| checksum_ | Dviglo::Scene | mutableprivate | 
| children_ | Dviglo::Node | private | 
| CleanupConnection(Connection *connection) | Dviglo::Scene | |
| Clear(bool clearReplicated=true, bool clearLocal=true) | Dviglo::Scene | |
| ClearRequiredPackageFiles() | Dviglo::Scene | |
| 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 | 
| ComponentAdded(Component *component) | Dviglo::Scene | |
| ComponentRemoved(Component *component) | Dviglo::Scene | |
| components_ | Dviglo::Node | private | 
| 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 | |
| delayedDirtyComponents_ | Dviglo::Scene | private | 
| DelayedMarkedDirty(Component *component) | Dviglo::Scene | |
| dirty_ | Dviglo::Node | mutableprivate | 
| elapsedTime_ | Dviglo::Scene | private | 
| enabled_ | Dviglo::Node | private | 
| enabledPrev_ | Dviglo::Node | private | 
| EndThreadedUpdate() | Dviglo::Scene | |
| eventHandlers_ | Dviglo::Object | private | 
| fileName_ | Dviglo::Scene | mutableprivate | 
| 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 | 
| FinishAsyncLoading() | Dviglo::Scene | private | 
| FinishLoading(Deserializer *source) | Dviglo::Scene | private | 
| FinishSaving(Serializer *dest) const | Dviglo::Scene | private | 
| GetAnimationEnabled() const | Dviglo::Animatable | inline | 
| GetAsyncLoadingMs() const | Dviglo::Scene | inline | 
| GetAsyncLoadMode() const | Dviglo::Scene | inline | 
| GetAsyncProgress() const | Dviglo::Scene | |
| 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 | |
| GetChecksum() const | Dviglo::Scene | inline | 
| 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(unsigned id) const | Dviglo::Scene | |
| GetComponent(StringHash type, bool recursive=false) const | Dviglo::Scene | |
| GetComponent(bool recursive=false) const | Dviglo::Scene | |
| Dviglo::Node::GetComponent(StringHash type, bool recursive=false) const | Dviglo::Node | |
| 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 | 
| GetElapsedTime() const | Dviglo::Scene | inline | 
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetFileName() const | Dviglo::Scene | inline | 
| GetFreeComponentID(CreateMode mode) | Dviglo::Scene | |
| GetFreeNodeID(CreateMode mode) | Dviglo::Scene | |
| 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 | 
| GetNode(unsigned id) const | Dviglo::Scene | |
| GetNodesWithTag(PODVector< Node * > &dest, const String &tag) const | Dviglo::Scene | |
| 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 | 
| GetRequiredPackageFiles() const | Dviglo::Scene | 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 | |
| GetSmoothingConstant() const | Dviglo::Scene | inline | 
| GetSnapThreshold() const | Dviglo::Scene | inline | 
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetTags() const | Dviglo::Node | inline | 
| GetTimeScale() const | Dviglo::Scene | 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 | |
| GetVarName(StringHash hash) const | Dviglo::Scene | |
| GetVarNamesAttr() const | Dviglo::Scene | |
| 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 | 
| HandleResourceBackgroundLoaded(StringHash eventType, VariantMap &eventData) | Dviglo::Scene | private | 
| HandleUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::Scene | 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 | 
| Instantiate(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Dviglo::Scene | |
| InstantiateJSON(const JSONValue &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Dviglo::Scene | |
| InstantiateJSON(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Dviglo::Scene | |
| InstantiateXML(const XMLElement &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Dviglo::Scene | |
| InstantiateXML(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Dviglo::Scene | |
| IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Dviglo::Animatable | protected | 
| IsAsyncLoading() const | Dviglo::Scene | inline | 
| 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 | |
| IsReplicatedID(unsigned id) | Dviglo::Scene | inlinestatic | 
| IsTemporary() const | Dviglo::Serializable | inline | 
| IsThreadedUpdate() const | Dviglo::Scene | inline | 
| IsUpdateEnabled() const | Dviglo::Scene | inline | 
| listeners_ | Dviglo::Node | private | 
| Load(Deserializer &source) override | Dviglo::Scene | virtual | 
| Dviglo::Node::Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Dviglo::Node | |
| LoadAsync(File *file, LoadMode mode=LOAD_SCENE_AND_RESOURCES) | Dviglo::Scene | |
| LoadAsyncJSON(File *file, LoadMode mode=LOAD_SCENE_AND_RESOURCES) | Dviglo::Scene | |
| LoadAsyncXML(File *file, LoadMode mode=LOAD_SCENE_AND_RESOURCES) | Dviglo::Scene | |
| LoadJSON(const JSONValue &source) override | Dviglo::Scene | virtual | 
| LoadJSON(Deserializer &source) | Dviglo::Scene | |
| Dviglo::Node::LoadJSON(const JSONValue &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Dviglo::Node | |
| LoadXML(const XMLElement &source) override | Dviglo::Scene | virtual | 
| LoadXML(Deserializer &source) | Dviglo::Scene | |
| Dviglo::Node::LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Dviglo::Node | |
| localComponentID_ | Dviglo::Scene | private | 
| localComponents_ | Dviglo::Scene | private | 
| localNodeID_ | Dviglo::Scene | private | 
| localNodes_ | Dviglo::Scene | private | 
| 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::Scene | virtual | 
| MarkNetworkUpdate(Node *node) | Dviglo::Scene | |
| MarkNetworkUpdate(Component *component) | Dviglo::Scene | |
| MarkReplicationDirty(Node *node) | Dviglo::Scene | |
| Dviglo::Node::MarkReplicationDirty() | Dviglo::Node | |
| networkState_ | Dviglo::Serializable | protected | 
| networkUpdate_ | Dviglo::Node | protected | 
| networkUpdateComponents_ | Dviglo::Scene | private | 
| networkUpdateNodes_ | Dviglo::Scene | private | 
| Node(Context *context) | Dviglo::Node | explicit | 
| NodeAdded(Node *node) | Dviglo::Scene | |
| NodeRemoved(Node *node) | Dviglo::Scene | |
| NodeTagAdded(Node *node, const String &tag) | Dviglo::Scene | |
| NodeTagRemoved(Node *node, const String &tag) | Dviglo::Scene | |
| 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 | 
| PreloadResources(File *file, bool isSceneFile) | Dviglo::Scene | private | 
| PreloadResourcesJSON(const JSONValue &value) | Dviglo::Scene | private | 
| PreloadResourcesXML(const XMLElement &element) | Dviglo::Scene | private | 
| PrepareNetworkUpdate() | Dviglo::Scene | |
| 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::Scene | static | 
| RegisterVar(const String &name) | Dviglo::Scene | |
| 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 | |
| replicatedComponentID_ | Dviglo::Scene | private | 
| replicatedComponents_ | Dviglo::Scene | private | 
| replicatedNodeID_ | Dviglo::Scene | private | 
| replicatedNodes_ | Dviglo::Scene | private | 
| requiredPackageFiles_ | Dviglo::Scene | private | 
| ResetDeepEnabled() | Dviglo::Node | |
| ResetScene() | Dviglo::Node | |
| ResetToDefault() | Dviglo::Serializable | |
| resolver_ | Dviglo::Scene | private | 
| 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::Scene | virtual | 
| SaveDefaultAttributes() const override | Dviglo::Node | inlinevirtual | 
| SaveJSON(Serializer &dest, const String &indentation="\t") const | Dviglo::Scene | |
| SaveJSON(JSONValue &dest) const override | Dviglo::Scene | |
| SaveJSON(Serializer &dest, const String &indentation="\t") const | Dviglo::Scene | |
| Dviglo::Node::SaveJSON(JSONValue &dest) const override | Dviglo::Node | virtual | 
| SaveXML(Serializer &dest, const String &indentation="\t") const | Dviglo::Scene | |
| SaveXML(XMLElement &dest) const override | Dviglo::Scene | |
| SaveXML(Serializer &dest, const String &indentation="\t") const | Dviglo::Scene | |
| Dviglo::Node::SaveXML(XMLElement &dest) const override | Dviglo::Node | virtual | 
| Scale(float scale) | Dviglo::Node | |
| Scale(const Vector3 &scale) | Dviglo::Node | |
| Scale2D(const Vector2 &scale) | Dviglo::Node | inline | 
| scale_ | Dviglo::Node | private | 
| Scene(Context *context) | Dviglo::Scene | explicit | 
| scene_ | Dviglo::Node | private | 
| sceneMutex_ | Dviglo::Scene | 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 | |
| SetAsyncLoadingMs(int ms) | Dviglo::Scene | |
| 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 | |
| SetElapsedTime(float time) | Dviglo::Scene | |
| 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 | |
| SetSmoothingConstant(float constant) | Dviglo::Scene | |
| SetSnapThreshold(float threshold) | Dviglo::Scene | |
| SetTags(const StringVector &tags) | Dviglo::Node | |
| SetTemporary(bool enable) | Dviglo::Serializable | |
| SetTimeScale(float scale) | Dviglo::Scene | |
| 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 | |
| SetUpdateEnabled(bool enable) | Dviglo::Scene | |
| SetVar(StringHash key, const Variant &value) | Dviglo::Node | |
| SetVarNamesAttr(const String &value) | Dviglo::Scene | |
| 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 | 
| smoothingConstant_ | Dviglo::Scene | private | 
| smoothingData_ | Dviglo::Scene | private | 
| snapThreshold_ | Dviglo::Scene | private | 
| StopAsyncLoading() | Dviglo::Scene | |
| 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 | |
| taggedNodes_ | Dviglo::Scene | private | 
| temporary_ | Dviglo::Serializable | private | 
| threadedUpdate_ | Dviglo::Scene | private | 
| timeScale_ | Dviglo::Scene | private | 
| Translate(const Vector3 &delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | |
| Translate2D(const Vector2 &delta, TransformSpace space=TS_LOCAL) | Dviglo::Node | inline | 
| UnregisterAllVars() | Dviglo::Scene | |
| UnregisterVar(const String &name) | Dviglo::Scene | |
| 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(float timeStep) | Dviglo::Scene | |
| UpdateAsyncLoading() | Dviglo::Scene | private | 
| UpdateAttributeAnimations(float timeStep) | Dviglo::Animatable | protected | 
| updateEnabled_ | Dviglo::Scene | private | 
| UpdateWorldTransform() const | Dviglo::Node | private | 
| URHO3D_OBJECT(Scene, Node) (defined in Dviglo::Scene) | Dviglo::Scene | private | 
| varNames_ | Dviglo::Scene | 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 | 
| ~Scene() override | Dviglo::Scene | |
| ~Serializable() override | Dviglo::Serializable | 
 1.8.17
 1.8.17