Urho3D
Dviglo::Scene Member List

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) overrideDviglo::Scenevirtual
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::Animatableexplicit
animatedNetworkAttributes_Dviglo::Animatableprotected
animationEnabled_Dviglo::Animatableprotected
ApplyAttributes() overrideDviglo::Nodevirtual
asyncLoading_Dviglo::Sceneprivate
asyncLoadingMs_Dviglo::Sceneprivate
asyncProgress_Dviglo::Sceneprivate
attributeAnimationInfos_Dviglo::Animatableprotected
BeginThreadedUpdate()Dviglo::Scene
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
checksum_Dviglo::Scenemutableprivate
children_Dviglo::Nodeprivate
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::Nodeprivate
ComponentAdded(Component *component)Dviglo::Scene
ComponentRemoved(Component *component)Dviglo::Scene
components_Dviglo::Nodeprivate
context_Dviglo::Objectprotected
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::Sceneprivate
DelayedMarkedDirty(Component *component)Dviglo::Scene
dirty_Dviglo::Nodemutableprivate
elapsedTime_Dviglo::Sceneprivate
enabled_Dviglo::Nodeprivate
enabledPrev_Dviglo::Nodeprivate
EndThreadedUpdate()Dviglo::Scene
eventHandlers_Dviglo::Objectprivate
fileName_Dviglo::Scenemutableprivate
FindAttributeAnimationTarget(const String &name, String &outName) overrideDviglo::Nodeprotectedvirtual
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FinishAsyncLoading()Dviglo::Sceneprivate
FinishLoading(Deserializer *source)Dviglo::Sceneprivate
FinishSaving(Serializer *dest) constDviglo::Sceneprivate
GetAnimationEnabled() constDviglo::Animatableinline
GetAsyncLoadingMs() constDviglo::Sceneinline
GetAsyncLoadMode() constDviglo::Sceneinline
GetAsyncProgress() constDviglo::Scene
GetAttribute(unsigned index) constDviglo::Serializable
GetAttribute(const String &name) constDviglo::Serializable
GetAttributeAnimation(const String &name) constDviglo::Animatable
GetAttributeAnimationInfo(const String &name) constDviglo::Animatableprotected
GetAttributeAnimationSpeed(const String &name) constDviglo::Animatable
GetAttributeAnimationTime(const String &name) constDviglo::Animatable
GetAttributeAnimationWrapMode(const String &name) constDviglo::Animatable
GetAttributeDefault(unsigned index) constDviglo::Serializable
GetAttributeDefault(const String &name) constDviglo::Serializable
GetAttributes() constDviglo::Serializablevirtual
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetChecksum() constDviglo::Sceneinline
GetChild(unsigned index) constDviglo::Node
GetChild(const String &name, bool recursive=false) constDviglo::Node
GetChild(const char *name, bool recursive=false) constDviglo::Node
GetChild(StringHash nameHash, bool recursive=false) constDviglo::Node
GetChildren() constDviglo::Nodeinline
GetChildren(PODVector< Node * > &dest, bool recursive=false) constDviglo::Node
GetChildren(bool recursive) constDviglo::Node
GetChildrenRecursive(PODVector< Node * > &dest) constDviglo::Nodeprivate
GetChildrenWithComponent(PODVector< Node * > &dest, StringHash type, bool recursive=false) constDviglo::Node
GetChildrenWithComponent(StringHash type, bool recursive=false) constDviglo::Node
GetChildrenWithComponent(PODVector< Node * > &dest, bool recursive=false) constDviglo::Node
GetChildrenWithComponentRecursive(PODVector< Node * > &dest, StringHash type) constDviglo::Nodeprivate
GetChildrenWithTag(PODVector< Node * > &dest, const String &tag, bool recursive=false) constDviglo::Node
GetChildrenWithTag(const String &tag, bool recursive=false) constDviglo::Node
GetChildrenWithTagRecursive(PODVector< Node * > &dest, const String &tag) constDviglo::Nodeprivate
GetComponent(unsigned id) constDviglo::Scene
GetComponent(StringHash type, bool recursive=false) constDviglo::Scene
GetComponent(bool recursive=false) constDviglo::Scene
Dviglo::Node::GetComponent(StringHash type, bool recursive=false) constDviglo::Node
Dviglo::Node::GetComponent(bool recursive=false) constDviglo::Node
GetComponents() constDviglo::Nodeinline
GetComponents(PODVector< Component * > &dest, StringHash type, bool recursive=false) constDviglo::Node
GetComponents(PODVector< T * > &dest, bool recursive=false) constDviglo::Node
GetComponentsRecursive(PODVector< Component * > &dest, StringHash type) constDviglo::Nodeprivate
GetContext() constDviglo::Objectinline
GetDependencyNodes() constDviglo::Nodeinline
GetDerivedComponent(bool recursive=false) constDviglo::Node
GetDerivedComponents(PODVector< T * > &dest, bool recursive=false, bool clearVector=true) constDviglo::Node
GetDirection() constDviglo::Nodeinline
GetElapsedTime() constDviglo::Sceneinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetFileName() constDviglo::Sceneinline
GetFreeComponentID(CreateMode mode)Dviglo::Scene
GetFreeNodeID(CreateMode mode)Dviglo::Scene
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetID() constDviglo::Nodeinline
GetInstanceDefault(const String &name) constDviglo::Serializableprivate
GetInterceptNetworkUpdate(const String &attributeName) constDviglo::Serializable
GetListeners() constDviglo::Nodeinline
GetName() constDviglo::Nodeinline
GetNameHash() constDviglo::Nodeinline
GetNetParentAttr() constDviglo::Node
GetNetPositionAttr() constDviglo::Node
GetNetRotationAttr() constDviglo::Node
GetNetworkAttributes() constDviglo::Serializablevirtual
GetNetworkState() constDviglo::Serializableinline
GetNode(unsigned id) constDviglo::Scene
GetNodesWithTag(PODVector< Node * > &dest, const String &tag) constDviglo::Scene
GetNumAttributes() constDviglo::Serializable
GetNumChildren(bool recursive=false) constDviglo::Node
GetNumComponents() constDviglo::Nodeinline
GetNumNetworkAttributes() constDviglo::Serializable
GetNumNetworkComponents() constDviglo::Node
GetNumPersistentChildren() constDviglo::Node
GetNumPersistentComponents() constDviglo::Node
GetObjectAnimation() constDviglo::Animatable
GetObjectAnimationAttr() constDviglo::Animatable
GetOrCreateComponent(StringHash type, CreateMode mode=REPLICATED, unsigned id=0)Dviglo::Node
GetOrCreateComponent(CreateMode mode=REPLICATED, unsigned id=0)Dviglo::Node
GetOwner() constDviglo::Nodeinline
GetParent() constDviglo::Nodeinline
GetParentComponent(StringHash type, bool fullTraversal=false) constDviglo::Node
GetParentComponent(bool fullTraversal=false) constDviglo::Node
GetParentDerivedComponent(bool fullTraversal=false) constDviglo::Node
GetPosition() constDviglo::Nodeinline
GetPosition2D() constDviglo::Nodeinline
GetRequiredPackageFiles() constDviglo::Sceneinline
GetRight() constDviglo::Nodeinline
GetRotation() constDviglo::Nodeinline
GetRotation2D() constDviglo::Nodeinline
GetScale() constDviglo::Nodeinline
GetScale2D() constDviglo::Nodeinline
GetScene() constDviglo::Nodeinline
GetSignedWorldScale() constDviglo::Node
GetSmoothingConstant() constDviglo::Sceneinline
GetSnapThreshold() constDviglo::Sceneinline
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetTags() constDviglo::Nodeinline
GetTimeScale() constDviglo::Sceneinline
GetTransform() constDviglo::Nodeinline
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
GetUp() constDviglo::Nodeinline
GetVar(StringHash key) constDviglo::Node
GetVarName(StringHash hash) constDviglo::Scene
GetVarNamesAttr() constDviglo::Scene
GetVars() constDviglo::Nodeinline
GetWorldDirection() constDviglo::Nodeinline
GetWorldPosition() constDviglo::Nodeinline
GetWorldPosition2D() constDviglo::Nodeinline
GetWorldRight() constDviglo::Nodeinline
GetWorldRotation() constDviglo::Nodeinline
GetWorldRotation2D() constDviglo::Nodeinline
GetWorldScale() constDviglo::Nodeinline
GetWorldScale2D() constDviglo::Nodeinline
GetWorldTransform() constDviglo::Nodeinline
GetWorldUp() constDviglo::Nodeinline
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData)Dviglo::Animatableprotected
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData)Dviglo::Animatableprotected
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData)Dviglo::Nodeprivate
HandleResourceBackgroundLoaded(StringHash eventType, VariantMap &eventData)Dviglo::Sceneprivate
HandleUpdate(StringHash eventType, VariantMap &eventData)Dviglo::Sceneprivate
HasComponent(StringHash type) constDviglo::Node
HasComponent() constDviglo::Node
HasEventHandlers() constDviglo::Objectinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
HasTag(const String &tag) constDviglo::Node
id_Dviglo::Nodeprivate
impl_Dviglo::Nodeprivate
instanceDefaultValues_Dviglo::Serializableprivate
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) constDviglo::Animatableprotected
IsAsyncLoading() constDviglo::Sceneinline
IsChildOf(Node *node) constDviglo::Node
IsDirty() constDviglo::Nodeinline
IsEnabled() constDviglo::Nodeinline
IsEnabledSelf() constDviglo::Nodeinline
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
IsReplicated() constDviglo::Node
IsReplicatedID(unsigned id)Dviglo::Sceneinlinestatic
IsTemporary() constDviglo::Serializableinline
IsThreadedUpdate() constDviglo::Sceneinline
IsUpdateEnabled() constDviglo::Sceneinline
listeners_Dviglo::Nodeprivate
Load(Deserializer &source) overrideDviglo::Scenevirtual
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) overrideDviglo::Scenevirtual
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) overrideDviglo::Scenevirtual
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::Sceneprivate
localComponents_Dviglo::Sceneprivate
localNodeID_Dviglo::Sceneprivate
localNodes_Dviglo::Sceneprivate
LocalToWorld(const Vector3 &position) constDviglo::Node
LocalToWorld(const Vector4 &vector) constDviglo::Node
LocalToWorld2D(const Vector2 &vector) constDviglo::Node
LookAt(const Vector3 &target, const Vector3 &up=Vector3::UP, TransformSpace space=TS_WORLD)Dviglo::Node
MarkDirty()Dviglo::Node
MarkNetworkUpdate() overrideDviglo::Scenevirtual
MarkNetworkUpdate(Node *node)Dviglo::Scene
MarkNetworkUpdate(Component *component)Dviglo::Scene
MarkReplicationDirty(Node *node)Dviglo::Scene
Dviglo::Node::MarkReplicationDirty()Dviglo::Node
networkState_Dviglo::Serializableprotected
networkUpdate_Dviglo::Nodeprotected
networkUpdateComponents_Dviglo::Sceneprivate
networkUpdateNodes_Dviglo::Sceneprivate
Node(Context *context)Dviglo::Nodeexplicit
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::Objectexplicit
objectAnimation_Dviglo::Animatableprotected
OnAttributeAnimationAdded() overrideDviglo::Nodeprotectedvirtual
OnAttributeAnimationRemoved() overrideDviglo::Nodeprotectedvirtual
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
OnGetAttribute(const AttributeInfo &attr, Variant &dest) constDviglo::Serializablevirtual
OnObjectAnimationAdded(ObjectAnimation *objectAnimation)Dviglo::Animatableprotected
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation)Dviglo::Animatableprotected
OnSetAttribute(const AttributeInfo &attr, const Variant &src)Dviglo::Serializablevirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
parent_Dviglo::Nodeprivate
Pitch(float angle, TransformSpace space=TS_LOCAL)Dviglo::Node
position_Dviglo::Nodeprivate
PreloadResources(File *file, bool isSceneFile)Dviglo::Sceneprivate
PreloadResourcesJSON(const JSONValue &value)Dviglo::Sceneprivate
PreloadResourcesXML(const XMLElement &element)Dviglo::Sceneprivate
PrepareNetworkUpdate()Dviglo::Scene
ReadDeltaUpdate(Deserializer &source)Dviglo::Serializable
ReadLatestDataUpdate(Deserializer &source)Dviglo::Serializable
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
RegisterObject(Context *context)Dviglo::Scenestatic
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::Nodeprivate
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::Nodeprivate
RemoveComponents(bool removeReplicated, bool removeLocal)Dviglo::Node
RemoveComponents(StringHash type)Dviglo::Node
RemoveComponents()Dviglo::Node
RemoveEventSender(Object *sender)Dviglo::Objectprivate
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::Sceneprivate
replicatedComponents_Dviglo::Sceneprivate
replicatedNodeID_Dviglo::Sceneprivate
replicatedNodes_Dviglo::Sceneprivate
requiredPackageFiles_Dviglo::Sceneprivate
ResetDeepEnabled()Dviglo::Node
ResetScene()Dviglo::Node
ResetToDefault()Dviglo::Serializable
resolver_Dviglo::Sceneprivate
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::Nodeinline
RotateAround(const Vector3 &point, const Quaternion &delta, TransformSpace space=TS_LOCAL)Dviglo::Node
RotateAround2D(const Vector2 &point, float delta, TransformSpace space=TS_LOCAL)Dviglo::Nodeinline
rotation_Dviglo::Nodeprivate
SafeCreateComponent(const String &typeName, StringHash type, CreateMode mode, unsigned id)Dviglo::Nodeprivate
Save(Serializer &dest) const overrideDviglo::Scenevirtual
SaveDefaultAttributes() const overrideDviglo::Nodeinlinevirtual
SaveJSON(Serializer &dest, const String &indentation="\t") constDviglo::Scene
SaveJSON(JSONValue &dest) const overrideDviglo::Scene
SaveJSON(Serializer &dest, const String &indentation="\t") constDviglo::Scene
Dviglo::Node::SaveJSON(JSONValue &dest) const overrideDviglo::Nodevirtual
SaveXML(Serializer &dest, const String &indentation="\t") constDviglo::Scene
SaveXML(XMLElement &dest) const overrideDviglo::Scene
SaveXML(Serializer &dest, const String &indentation="\t") constDviglo::Scene
Dviglo::Node::SaveXML(XMLElement &dest) const overrideDviglo::Nodevirtual
Scale(float scale)Dviglo::Node
Scale(const Vector3 &scale)Dviglo::Node
Scale2D(const Vector2 &scale)Dviglo::Nodeinline
scale_Dviglo::Nodeprivate
Scene(Context *context)Dviglo::Sceneexplicit
scene_Dviglo::Nodeprivate
sceneMutex_Dviglo::Sceneprivate
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
Serializable(Context *context)Dviglo::Serializableexplicit
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::Objectinline
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::Nodeprivate
SetEnabledRecursive(bool enable)Dviglo::Node
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetID(unsigned id)Dviglo::Node
SetInstanceDefault(bool enable)Dviglo::Serializableinline
SetInstanceDefault(const String &name, const Variant &defaultValue)Dviglo::Serializableprivate
setInstanceDefault_Dviglo::Serializableprivate
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::Animatableprotected
SetOwner(Connection *owner)Dviglo::Node
SetParent(Node *parent)Dviglo::Node
SetPosition(const Vector3 &position)Dviglo::Node
SetPosition2D(const Vector2 &position)Dviglo::Nodeinline
SetPosition2D(float x, float y)Dviglo::Nodeinline
SetPositionSilent(const Vector3 &position)Dviglo::Nodeinline
SetRotation(const Quaternion &rotation)Dviglo::Node
SetRotation2D(float rotation)Dviglo::Nodeinline
SetRotationSilent(const Quaternion &rotation)Dviglo::Nodeinline
SetScale(float scale)Dviglo::Node
SetScale(const Vector3 &scale)Dviglo::Node
SetScale2D(const Vector2 &scale)Dviglo::Nodeinline
SetScale2D(float x, float y)Dviglo::Nodeinline
SetScaleSilent(const Vector3 &scale)Dviglo::Nodeinline
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::Nodeinline
SetTransform2D(const Vector2 &position, float rotation, float scale)Dviglo::Nodeinline
SetTransform2D(const Vector2 &position, float rotation, const Vector2 &scale)Dviglo::Nodeinline
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::Nodeinline
SetWorldPosition2D(float x, float y)Dviglo::Nodeinline
SetWorldRotation(const Quaternion &rotation)Dviglo::Node
SetWorldRotation2D(float rotation)Dviglo::Nodeinline
SetWorldScale(float scale)Dviglo::Node
SetWorldScale(const Vector3 &scale)Dviglo::Node
SetWorldScale2D(const Vector2 &scale)Dviglo::Nodeinline
SetWorldScale2D(float x, float y)Dviglo::Nodeinline
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::Nodeinline
SetWorldTransform2D(const Vector2 &position, float rotation, float scale)Dviglo::Nodeinline
SetWorldTransform2D(const Vector2 &position, float rotation, const Vector2 &scale)Dviglo::Nodeinline
smoothingConstant_Dviglo::Sceneprivate
smoothingData_Dviglo::Sceneprivate
snapThreshold_Dviglo::Sceneprivate
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::Sceneprivate
temporary_Dviglo::Serializableprivate
threadedUpdate_Dviglo::Sceneprivate
timeScale_Dviglo::Sceneprivate
Translate(const Vector3 &delta, TransformSpace space=TS_LOCAL)Dviglo::Node
Translate2D(const Vector2 &delta, TransformSpace space=TS_LOCAL)Dviglo::Nodeinline
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::Sceneprivate
UpdateAttributeAnimations(float timeStep)Dviglo::Animatableprotected
updateEnabled_Dviglo::Sceneprivate
UpdateWorldTransform() constDviglo::Nodeprivate
URHO3D_OBJECT(Scene, Node) (defined in Dviglo::Scene)Dviglo::Sceneprivate
varNames_Dviglo::Sceneprivate
vars_Dviglo::Nodeprotected
WeakRefs() constDviglo::RefCounted
worldRotation_Dviglo::Nodemutableprivate
WorldToLocal(const Vector3 &position) constDviglo::Node
WorldToLocal(const Vector4 &vector) constDviglo::Node
WorldToLocal2D(const Vector2 &vector) constDviglo::Node
worldTransform_Dviglo::Nodemutableprivate
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() overrideDviglo::Animatable
~Node() overrideDviglo::Node
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual
~Scene() overrideDviglo::Scene
~Serializable() overrideDviglo::Serializable