Urho3D
|
This is the complete list of members for Urho3D::Scene, including all inherited members.
AddChild(Node *node, i32 index=ENDPOS) | Urho3D::Node | |
AddComponent(Component *component, ComponentId id, CreateMode mode) | Urho3D::Node | |
AddListener(Component *component) | Urho3D::Node | |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(NodeReplicationState *state) override | Urho3D::Scene | virtual |
AddRequiredPackageFile(PackageFile *package) | Urho3D::Scene | |
AddTag(const String &tag) | Urho3D::Node | |
AddTags(const String &tags, char separator=';') | Urho3D::Node | |
AddTags(const StringVector &tags) | Urho3D::Node | |
AllocateNetworkState() | Urho3D::Serializable | |
Animatable(Context *context) | Urho3D::Animatable | explicit |
animatedNetworkAttributes_ | Urho3D::Animatable | protected |
animationEnabled_ | Urho3D::Animatable | protected |
ApplyAttributes() override | Urho3D::Node | virtual |
asyncLoading_ | Urho3D::Scene | private |
asyncLoadingMs_ | Urho3D::Scene | private |
asyncProgress_ | Urho3D::Scene | private |
attributeAnimationInfos_ | Urho3D::Animatable | protected |
BeginThreadedUpdate() | Urho3D::Scene | |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
checksum_ | Urho3D::Scene | mutableprivate |
children_ | Urho3D::Node | private |
CleanupConnection(Connection *connection) | Urho3D::Scene | |
Clear(bool clearReplicated=true, bool clearLocal=true) | Urho3D::Scene | |
ClearRequiredPackageFiles() | Urho3D::Scene | |
Clone(CreateMode mode=REPLICATED) | Urho3D::Node | |
CloneComponent(Component *component, ComponentId id=0) | Urho3D::Node | |
CloneComponent(Component *component, CreateMode mode, ComponentId id=0) | Urho3D::Node | |
CloneRecursive(Node *parent, SceneResolver &resolver, CreateMode mode) | Urho3D::Node | private |
ComponentAdded(Component *component) | Urho3D::Scene | |
ComponentRemoved(Component *component) | Urho3D::Scene | |
components_ | Urho3D::Node | private |
context_ | Urho3D::Object | protected |
CreateChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, NodeId id=0, bool temporary=false) | Urho3D::Node | |
CreateChild(NodeId id, CreateMode mode, bool temporary=false) | Urho3D::Node | |
CreateComponent(StringHash type, CreateMode mode=REPLICATED, ComponentId id=0) | Urho3D::Node | |
CreateComponent(CreateMode mode=REPLICATED, ComponentId id=0) | Urho3D::Node | |
CreateTemporaryChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, NodeId id=0) | Urho3D::Node | |
delayedDirtyComponents_ | Urho3D::Scene | private |
DelayedMarkedDirty(Component *component) | Urho3D::Scene | |
dirty_ | Urho3D::Node | mutableprivate |
elapsedTime_ | Urho3D::Scene | private |
enabled_ | Urho3D::Node | private |
enabledPrev_ | Urho3D::Node | private |
EndThreadedUpdate() | Urho3D::Scene | |
eventHandlers_ | Urho3D::Object | private |
fileName_ | Urho3D::Scene | mutableprivate |
FindAttributeAnimationTarget(const String &name, String &outName) override | Urho3D::Node | protectedvirtual |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FinishAsyncLoading() | Urho3D::Scene | private |
FinishLoading(Deserializer *source) | Urho3D::Scene | private |
FinishSaving(Serializer *dest) const | Urho3D::Scene | private |
GetAnimationEnabled() const | Urho3D::Animatable | inline |
GetAsyncLoadingMs() const | Urho3D::Scene | inline |
GetAsyncLoadMode() const | Urho3D::Scene | inline |
GetAsyncProgress() const | Urho3D::Scene | |
GetAttribute(unsigned index) const | Urho3D::Serializable | |
GetAttribute(const String &name) const | Urho3D::Serializable | |
GetAttributeAnimation(const String &name) const | Urho3D::Animatable | |
GetAttributeAnimationInfo(const String &name) const | Urho3D::Animatable | protected |
GetAttributeAnimationSpeed(const String &name) const | Urho3D::Animatable | |
GetAttributeAnimationTime(const String &name) const | Urho3D::Animatable | |
GetAttributeAnimationWrapMode(const String &name) const | Urho3D::Animatable | |
GetAttributeDefault(unsigned index) const | Urho3D::Serializable | |
GetAttributeDefault(const String &name) const | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | virtual |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetChecksum() const | Urho3D::Scene | inline |
GetChild(i32 index) const | Urho3D::Node | |
GetChild(const String &name, bool recursive=false) const | Urho3D::Node | |
GetChild(const char *name, bool recursive=false) const | Urho3D::Node | |
GetChild(StringHash nameHash, bool recursive=false) const | Urho3D::Node | |
GetChildren() const | Urho3D::Node | inline |
GetChildren(Vector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
GetChildren(bool recursive) const | Urho3D::Node | |
GetChildrenRecursive(Vector< Node * > &dest) const | Urho3D::Node | private |
GetChildrenWithComponent(Vector< Node * > &dest, StringHash type, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponent(StringHash type, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponent(Vector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponentRecursive(Vector< Node * > &dest, StringHash type) const | Urho3D::Node | private |
GetChildrenWithTag(Vector< Node * > &dest, const String &tag, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithTag(const String &tag, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithTagRecursive(Vector< Node * > &dest, const String &tag) const | Urho3D::Node | private |
GetComponent(ComponentId id) const | Urho3D::Scene | |
GetComponent(StringHash type, bool recursive=false) const | Urho3D::Scene | |
GetComponent(bool recursive=false) const | Urho3D::Scene | |
GetComponents() const | Urho3D::Node | inline |
GetComponents(Vector< Component * > &dest, StringHash type, bool recursive=false) const | Urho3D::Node | |
GetComponents(Vector< T * > &dest, bool recursive=false) const | Urho3D::Node | |
GetComponentsRecursive(Vector< Component * > &dest, StringHash type) const | Urho3D::Node | private |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes() const | Urho3D::Node | inline |
GetDerivedComponent(bool recursive=false) const | Urho3D::Node | |
GetDerivedComponents(Vector< T * > &dest, bool recursive=false, bool clearVector=true) const | Urho3D::Node | |
GetDirection() const | Urho3D::Node | inline |
GetElapsedTime() const | Urho3D::Scene | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFileName() const | Urho3D::Scene | inline |
GetFreeComponentID(CreateMode mode) | Urho3D::Scene | |
GetFreeNodeID(CreateMode mode) | Urho3D::Scene | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetID() const | Urho3D::Node | inline |
GetInstanceDefault(const String &name) const | Urho3D::Serializable | private |
GetInterceptNetworkUpdate(const String &attributeName) const | Urho3D::Serializable | |
GetListeners() const | Urho3D::Node | inline |
GetName() const | Urho3D::Node | inline |
GetNameHash() const | Urho3D::Node | inline |
GetNetParentAttr() const | Urho3D::Node | |
GetNetPositionAttr() const | Urho3D::Node | |
GetNetRotationAttr() const | Urho3D::Node | |
GetNetworkAttributes() const | Urho3D::Serializable | virtual |
GetNetworkState() const | Urho3D::Serializable | inline |
GetNode(NodeId id) const | Urho3D::Scene | |
GetNodesWithTag(Vector< Node * > &dest, const String &tag) const | Urho3D::Scene | |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumChildren(bool recursive=false) const | Urho3D::Node | |
GetNumComponents() const | Urho3D::Node | inline |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetNumNetworkComponents() const | Urho3D::Node | |
GetNumPersistentChildren() const | Urho3D::Node | |
GetNumPersistentComponents() const | Urho3D::Node | |
GetObjectAnimation() const | Urho3D::Animatable | |
GetObjectAnimationAttr() const | Urho3D::Animatable | |
GetOrCreateComponent(StringHash type, CreateMode mode=REPLICATED, ComponentId id=0) | Urho3D::Node | |
GetOrCreateComponent(CreateMode mode=REPLICATED, ComponentId id=0) | Urho3D::Node | |
GetOwner() const | Urho3D::Node | inline |
GetParent() const | Urho3D::Node | inline |
GetParentComponent(StringHash type, bool fullTraversal=false) const | Urho3D::Node | |
GetParentComponent(bool fullTraversal=false) const | Urho3D::Node | |
GetParentDerivedComponent(bool fullTraversal=false) const | Urho3D::Node | |
GetPosition() const | Urho3D::Node | inline |
GetPosition2D() const | Urho3D::Node | inline |
GetRequiredPackageFiles() const | Urho3D::Scene | inline |
GetRight() const | Urho3D::Node | inline |
GetRotation() const | Urho3D::Node | inline |
GetRotation2D() const | Urho3D::Node | inline |
GetScale() const | Urho3D::Node | inline |
GetScale2D() const | Urho3D::Node | inline |
GetScene() const | Urho3D::Node | inline |
GetSignedWorldScale() const | Urho3D::Node | |
GetSmoothingConstant() const | Urho3D::Scene | inline |
GetSnapThreshold() const | Urho3D::Scene | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTags() const | Urho3D::Node | inline |
GetTimeScale() const | Urho3D::Scene | inline |
GetTransform() const | Urho3D::Node | inline |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUp() const | Urho3D::Node | inline |
GetVar(StringHash key) const | Urho3D::Node | |
GetVarName(StringHash hash) const | Urho3D::Scene | |
GetVarNamesAttr() const | Urho3D::Scene | |
GetVars() const | Urho3D::Node | inline |
GetWorldDirection() const | Urho3D::Node | inline |
GetWorldPosition() const | Urho3D::Node | inline |
GetWorldPosition2D() const | Urho3D::Node | inline |
GetWorldRight() const | Urho3D::Node | inline |
GetWorldRotation() const | Urho3D::Node | inline |
GetWorldRotation2D() const | Urho3D::Node | inline |
GetWorldScale() const | Urho3D::Node | inline |
GetWorldScale2D() const | Urho3D::Node | inline |
GetWorldTransform() const | Urho3D::Node | inline |
GetWorldUp() const | Urho3D::Node | inline |
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Urho3D::Animatable | protected |
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Urho3D::Animatable | protected |
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Node | private |
HandleResourceBackgroundLoaded(StringHash eventType, VariantMap &eventData) | Urho3D::Scene | private |
HandleUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Scene | private |
HasComponent(StringHash type) const | Urho3D::Node | |
HasComponent() const | Urho3D::Node | |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
HasTag(const String &tag) const | Urho3D::Node | |
id_ | Urho3D::Node | private |
impl_ | Urho3D::Node | private |
instanceDefaultValues_ | Urho3D::Serializable | private |
Instantiate(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
InstantiateJSON(const JSONValue &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
InstantiateJSON(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
InstantiateXML(const XMLElement &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
InstantiateXML(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Urho3D::Animatable | protected |
IsAsyncLoading() const | Urho3D::Scene | inline |
IsChildOf(Node *node) const | Urho3D::Node | |
IsDirty() const | Urho3D::Node | inline |
IsEnabled() const | Urho3D::Node | inline |
IsEnabledSelf() const | Urho3D::Node | inline |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsReplicated() const | Urho3D::Node | |
IsReplicatedID(id32 id) | Urho3D::Scene | inlinestatic |
IsTemporary() const | Urho3D::Serializable | inline |
IsThreadedUpdate() const | Urho3D::Scene | inline |
IsUpdateEnabled() const | Urho3D::Scene | inline |
listeners_ | Urho3D::Node | private |
Load(Deserializer &source) override | Urho3D::Scene | virtual |
Urho3D::Node::Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
LoadAsync(File *file, LoadMode mode=LOAD_SCENE_AND_RESOURCES) | Urho3D::Scene | |
LoadAsyncJSON(File *file, LoadMode mode=LOAD_SCENE_AND_RESOURCES) | Urho3D::Scene | |
LoadAsyncXML(File *file, LoadMode mode=LOAD_SCENE_AND_RESOURCES) | Urho3D::Scene | |
LoadJSON(const JSONValue &source) override | Urho3D::Scene | virtual |
LoadJSON(Deserializer &source) | Urho3D::Scene | |
Urho3D::Node::LoadJSON(const JSONValue &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
LoadXML(const XMLElement &source) override | Urho3D::Scene | virtual |
LoadXML(Deserializer &source) | Urho3D::Scene | |
Urho3D::Node::LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
localComponentID_ | Urho3D::Scene | private |
localComponents_ | Urho3D::Scene | private |
localNodeID_ | Urho3D::Scene | private |
localNodes_ | Urho3D::Scene | private |
LocalToWorld(const Vector3 &position) const | Urho3D::Node | |
LocalToWorld(const Vector4 &vector) const | Urho3D::Node | |
LocalToWorld2D(const Vector2 &vector) const | Urho3D::Node | |
LookAt(const Vector3 &target, const Vector3 &up=Vector3::UP, TransformSpace space=TransformSpace::World) | Urho3D::Node | |
MarkDirty() | Urho3D::Node | |
MarkNetworkUpdate() override | Urho3D::Scene | virtual |
MarkNetworkUpdate(Node *node) | Urho3D::Scene | |
MarkNetworkUpdate(Component *component) | Urho3D::Scene | |
MarkReplicationDirty(Node *node) | Urho3D::Scene | |
Urho3D::Node::MarkReplicationDirty() | Urho3D::Node | |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Node | protected |
networkUpdateComponents_ | Urho3D::Scene | private |
networkUpdateNodes_ | Urho3D::Scene | private |
Node(Context *context) | Urho3D::Node | explicit |
NodeAdded(Node *node) | Urho3D::Scene | |
NodeRemoved(Node *node) | Urho3D::Scene | |
NodeTagAdded(Node *node, const String &tag) | Urho3D::Scene | |
NodeTagRemoved(Node *node, const String &tag) | Urho3D::Scene | |
Object(Context *context) | Urho3D::Object | explicit |
objectAnimation_ | Urho3D::Animatable | protected |
OnAttributeAnimationAdded() override | Urho3D::Node | protectedvirtual |
OnAttributeAnimationRemoved() override | Urho3D::Node | protectedvirtual |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Urho3D::Serializable | virtual |
OnObjectAnimationAdded(ObjectAnimation *objectAnimation) | Urho3D::Animatable | protected |
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation) | Urho3D::Animatable | protected |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Serializable | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
parent_ | Urho3D::Node | private |
Pitch(float angle, TransformSpace space=TransformSpace::Local) | Urho3D::Node | |
position_ | Urho3D::Node | private |
PreloadResources(File *file, bool isSceneFile) | Urho3D::Scene | private |
PreloadResourcesJSON(const JSONValue &value) | Urho3D::Scene | private |
PreloadResourcesXML(const XMLElement &element) | Urho3D::Scene | private |
PrepareNetworkUpdate() | Urho3D::Scene | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Scene | static |
RegisterVar(const String &name) | Urho3D::Scene | |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Node | |
RemoveAllChildren() | Urho3D::Node | |
RemoveAllComponents() | Urho3D::Node | |
RemoveAllTags() | Urho3D::Node | |
RemoveAttributeAnimation(const String &name) | Urho3D::Animatable | |
RemoveChild(Node *node) | Urho3D::Node | |
RemoveChild(Vector< SharedPtr< Node > >::Iterator i) | Urho3D::Node | private |
RemoveChildren(bool removeReplicated, bool removeLocal, bool recursive) | Urho3D::Node | |
RemoveComponent(Component *component) | Urho3D::Node | |
RemoveComponent(StringHash type) | Urho3D::Node | |
RemoveComponent() | Urho3D::Node | |
RemoveComponent(Vector< SharedPtr< Component > >::Iterator i) | Urho3D::Node | private |
RemoveComponents(bool removeReplicated, bool removeLocal) | Urho3D::Node | |
RemoveComponents(StringHash type) | Urho3D::Node | |
RemoveComponents() | Urho3D::Node | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveInstanceDefault() | Urho3D::Serializable | |
RemoveListener(Component *component) | Urho3D::Node | |
RemoveObjectAnimation() | Urho3D::Animatable | |
RemoveTag(const String &tag) | Urho3D::Node | |
ReorderComponent(Component *component, i32 index) | Urho3D::Node | |
replicatedComponentID_ | Urho3D::Scene | private |
replicatedComponents_ | Urho3D::Scene | private |
replicatedNodeID_ | Urho3D::Scene | private |
replicatedNodes_ | Urho3D::Scene | private |
requiredPackageFiles_ | Urho3D::Scene | private |
ResetDeepEnabled() | Urho3D::Node | |
ResetScene() | Urho3D::Node | |
ResetToDefault() | Urho3D::Serializable | |
resolver_ | Urho3D::Scene | private |
Roll(float angle, TransformSpace space=TransformSpace::Local) | Urho3D::Node | |
Rotate(const Quaternion &delta, TransformSpace space=TransformSpace::Local) | Urho3D::Node | |
Rotate2D(float delta, TransformSpace space=TransformSpace::Local) | Urho3D::Node | inline |
RotateAround(const Vector3 &point, const Quaternion &delta, TransformSpace space=TransformSpace::Local) | Urho3D::Node | |
RotateAround2D(const Vector2 &point, float delta, TransformSpace space=TransformSpace::Local) | Urho3D::Node | inline |
rotation_ | Urho3D::Node | private |
SafeCreateComponent(const String &typeName, StringHash type, CreateMode mode, ComponentId id) | Urho3D::Node | private |
Save(Serializer &dest) const override | Urho3D::Scene | virtual |
SaveDefaultAttributes() const override | Urho3D::Node | inlinevirtual |
SaveJSON(Serializer &dest, const String &indentation="\t") const | Urho3D::Scene | |
SaveJSON(JSONValue &dest) const override | Urho3D::Scene | virtual |
SaveJSON(Serializer &dest, const String &indentation="\t") const | Urho3D::Scene | |
SaveXML(Serializer &dest, const String &indentation="\t") const | Urho3D::Scene | |
SaveXML(XMLElement &dest) const override | Urho3D::Scene | virtual |
SaveXML(Serializer &dest, const String &indentation="\t") const | Urho3D::Scene | |
Scale(float scale) | Urho3D::Node | |
Scale(const Vector3 &scale) | Urho3D::Node | |
Scale2D(const Vector2 &scale) | Urho3D::Node | inline |
scale_ | Urho3D::Node | private |
Scene(Context *context) | Urho3D::Scene | explicit |
scene_ | Urho3D::Node | private |
sceneMutex_ | Urho3D::Scene | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
Serializable(Context *context) | Urho3D::Serializable | explicit |
SetAnimationEnabled(bool enable) | Urho3D::Animatable | |
SetAnimationTime(float time) | Urho3D::Animatable | |
SetAsyncLoadingMs(int ms) | Urho3D::Scene | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f) | Urho3D::Animatable | |
SetAttributeAnimationSpeed(const String &name, float speed) | Urho3D::Animatable | |
SetAttributeAnimationTime(const String &name, float time) | Urho3D::Animatable | |
SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode) | Urho3D::Animatable | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetDeepEnabled(bool enable) | Urho3D::Node | |
SetDirection(const Vector3 &direction) | Urho3D::Node | |
SetElapsedTime(float time) | Urho3D::Scene | |
SetEnabled(bool enable) | Urho3D::Node | |
SetEnabled(bool enable, bool recursive, bool storeSelf) | Urho3D::Node | private |
SetEnabledRecursive(bool enable) | Urho3D::Node | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetID(NodeId id) | Urho3D::Node | |
SetInstanceDefault(bool enable) | Urho3D::Serializable | inline |
SetInstanceDefault(const String &name, const Variant &defaultValue) | Urho3D::Serializable | private |
setInstanceDefault_ | Urho3D::Serializable | private |
SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Urho3D::Serializable | |
SetName(const String &name) | Urho3D::Node | |
SetNetParentAttr(const Vector< byte > &value) | Urho3D::Node | |
SetNetPositionAttr(const Vector3 &value) | Urho3D::Node | |
SetNetRotationAttr(const Vector< byte > &value) | Urho3D::Node | |
SetObjectAnimation(ObjectAnimation *objectAnimation) | Urho3D::Animatable | |
SetObjectAnimationAttr(const ResourceRef &value) | Urho3D::Animatable | |
SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed) | Urho3D::Animatable | protected |
SetOwner(Connection *owner) | Urho3D::Node | |
SetParent(Node *parent) | Urho3D::Node | |
SetPosition(const Vector3 &position) | Urho3D::Node | |
SetPosition2D(const Vector2 &position) | Urho3D::Node | inline |
SetPosition2D(float x, float y) | Urho3D::Node | inline |
SetPositionSilent(const Vector3 &position) | Urho3D::Node | inline |
SetRotation(const Quaternion &rotation) | Urho3D::Node | |
SetRotation2D(float rotation) | Urho3D::Node | inline |
SetRotationSilent(const Quaternion &rotation) | Urho3D::Node | inline |
SetScale(float scale) | Urho3D::Node | |
SetScale(const Vector3 &scale) | Urho3D::Node | |
SetScale2D(const Vector2 &scale) | Urho3D::Node | inline |
SetScale2D(float x, float y) | Urho3D::Node | inline |
SetScaleSilent(const Vector3 &scale) | Urho3D::Node | inline |
SetScene(Scene *scene) | Urho3D::Node | |
SetSmoothingConstant(float constant) | Urho3D::Scene | |
SetSnapThreshold(float threshold) | Urho3D::Scene | |
SetTags(const StringVector &tags) | Urho3D::Node | |
SetTemporary(bool enable) | Urho3D::Serializable | |
SetTimeScale(float scale) | Urho3D::Scene | |
SetTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
SetTransform(const Matrix3x4 &matrix) | Urho3D::Node | |
SetTransform2D(const Vector2 &position, float rotation) | Urho3D::Node | inline |
SetTransform2D(const Vector2 &position, float rotation, float scale) | Urho3D::Node | inline |
SetTransform2D(const Vector2 &position, float rotation, const Vector2 &scale) | Urho3D::Node | inline |
SetTransformSilent(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
SetUpdateEnabled(bool enable) | Urho3D::Scene | |
SetVar(StringHash key, const Variant &value) | Urho3D::Node | |
SetVarNamesAttr(const String &value) | Urho3D::Scene | |
SetWorldDirection(const Vector3 &direction) | Urho3D::Node | |
SetWorldPosition(const Vector3 &position) | Urho3D::Node | |
SetWorldPosition2D(const Vector2 &position) | Urho3D::Node | inline |
SetWorldPosition2D(float x, float y) | Urho3D::Node | inline |
SetWorldRotation(const Quaternion &rotation) | Urho3D::Node | |
SetWorldRotation2D(float rotation) | Urho3D::Node | inline |
SetWorldScale(float scale) | Urho3D::Node | |
SetWorldScale(const Vector3 &scale) | Urho3D::Node | |
SetWorldScale2D(const Vector2 &scale) | Urho3D::Node | inline |
SetWorldScale2D(float x, float y) | Urho3D::Node | inline |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
SetWorldTransform(const Matrix3x4 &worldTransform) | Urho3D::Node | |
SetWorldTransform2D(const Vector2 &position, float rotation) | Urho3D::Node | inline |
SetWorldTransform2D(const Vector2 &position, float rotation, float scale) | Urho3D::Node | inline |
SetWorldTransform2D(const Vector2 &position, float rotation, const Vector2 &scale) | Urho3D::Node | inline |
smoothingConstant_ | Urho3D::Scene | private |
smoothingData_ | Urho3D::Scene | private |
snapThreshold_ | Urho3D::Scene | private |
StopAsyncLoading() | Urho3D::Scene | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
taggedNodes_ | Urho3D::Scene | private |
temporary_ | Urho3D::Serializable | private |
threadedUpdate_ | Urho3D::Scene | private |
timeScale_ | Urho3D::Scene | private |
Translate(const Vector3 &delta, TransformSpace space=TransformSpace::Local) | Urho3D::Node | |
Translate2D(const Vector2 &delta, TransformSpace space=TransformSpace::Local) | Urho3D::Node | inline |
UnregisterAllVars() | Urho3D::Scene | |
UnregisterVar(const String &name) | Urho3D::Scene | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update(float timeStep) | Urho3D::Scene | |
UpdateAsyncLoading() | Urho3D::Scene | private |
UpdateAttributeAnimations(float timeStep) | Urho3D::Animatable | protected |
updateEnabled_ | Urho3D::Scene | private |
UpdateWorldTransform() const | Urho3D::Node | private |
URHO3D_OBJECT(Scene, Node) (defined in Urho3D::Scene) | Urho3D::Scene | private |
varNames_ | Urho3D::Scene | private |
vars_ | Urho3D::Node | protected |
WeakRefs() const | Urho3D::RefCounted | |
worldRotation_ | Urho3D::Node | mutableprivate |
WorldToLocal(const Vector3 &position) const | Urho3D::Node | |
WorldToLocal(const Vector4 &vector) const | Urho3D::Node | |
WorldToLocal2D(const Vector2 &vector) const | Urho3D::Node | |
worldTransform_ | Urho3D::Node | mutableprivate |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp) | Urho3D::Serializable | |
Yaw(float angle, TransformSpace space=TransformSpace::Local) | Urho3D::Node | |
~Animatable() override | Urho3D::Animatable | |
~Node() override | Urho3D::Node | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |
~Scene() override | Urho3D::Scene | |
~Serializable() override | Urho3D::Serializable |