Member List
Urho3D::Node Member List
This is the complete list of members for Urho3D::Node, including all inherited members.
| AddChild(Node *node, unsigned index=M_MAX_UNSIGNED) | Urho3D::Node | |
| AddComponent(Component *component, unsigned id, CreateMode mode) | Urho3D::Node | |
| AddListener(Component *component) | Urho3D::Node | |
| AddRef() | Urho3D::RefCounted | |
| AddReplicationState(NodeReplicationState *state) | Urho3D::Node | virtual |
| 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 | |
| animatedNetworkAttributes_ | Urho3D::Animatable | protected |
| animationEnabled_ | Urho3D::Animatable | protected |
| ApplyAttributes() | Urho3D::Node | virtual |
| attrBuffer_ | Urho3D::Node | mutableprivate |
| attributeAnimationInfos_ | Urho3D::Animatable | protected |
| children_ | Urho3D::Node | private |
| CleanupConnection(Connection *connection) | Urho3D::Node | |
| Clone(CreateMode mode=REPLICATED) | Urho3D::Node | |
| CloneComponent(Component *component, unsigned id=0) | Urho3D::Node | |
| CloneComponent(Component *component, CreateMode mode, unsigned id=0) | Urho3D::Node | |
| CloneRecursive(Node *parent, SceneResolver &resolver, CreateMode mode) | Urho3D::Node | private |
| components_ | Urho3D::Node | private |
| Connection (defined in Urho3D::Node) | Urho3D::Node | friend |
| context_ | Urho3D::Object | protected |
| CreateChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, unsigned id=0) | Urho3D::Node | |
| CreateChild(unsigned id, CreateMode mode) | Urho3D::Node | |
| CreateComponent(StringHash type, CreateMode mode=REPLICATED, unsigned id=0) | Urho3D::Node | |
| CreateComponent(CreateMode mode=REPLICATED, unsigned id=0) | Urho3D::Node | |
| dependencyNodes_ | Urho3D::Node | private |
| dirty_ | Urho3D::Node | mutableprivate |
| enabled_ | Urho3D::Node | private |
| enabledPrev_ | Urho3D::Node | private |
| FindAttributeAnimationTarget(const String &name, String &outName) | Urho3D::Node | protectedvirtual |
| GetAnimationEnabled() const | Urho3D::Animatable | inline |
| 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 |
| GetCategory() const | Urho3D::Object | |
| GetChild(unsigned 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(PODVector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
| GetChildrenRecursive(PODVector< Node * > &dest) const | Urho3D::Node | private |
| GetChildrenWithComponent(PODVector< Node * > &dest, StringHash type, bool recursive=false) const | Urho3D::Node | |
| GetChildrenWithComponent(PODVector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
| GetChildrenWithComponentRecursive(PODVector< Node * > &dest, StringHash type) const | Urho3D::Node | private |
| GetChildrenWithTag(PODVector< Node * > &dest, const String &tag, bool recursive=false) const | Urho3D::Node | |
| GetChildrenWithTagRecursive(PODVector< Node * > &dest, const String &tag) const | Urho3D::Node | private |
| GetComponent(StringHash type, bool recursive=false) const | Urho3D::Node | |
| GetComponent(bool recursive=false) const | Urho3D::Node | |
| GetComponents() const | Urho3D::Node | inline |
| GetComponents(PODVector< Component * > &dest, StringHash type, bool recursive=false) const | Urho3D::Node | |
| GetComponents(PODVector< T * > &dest, bool recursive=false) const | Urho3D::Node | |
| GetComponentsRecursive(PODVector< 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(PODVector< T * > &dest, bool recursive=false, bool clearVector=true) const | Urho3D::Node | |
| GetDirection() const | Urho3D::Node | inline |
| GetEventDataMap() const | Urho3D::Object | |
| GetEventHandler() const | Urho3D::Object | |
| GetEventSender() const | Urho3D::Object | |
| GetGlobalVar(StringHash key) const | Urho3D::Object | |
| GetGlobalVars() const | Urho3D::Object | |
| GetID() const | Urho3D::Node | inline |
| 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 |
| 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, unsigned id=0) | Urho3D::Node | |
| GetOrCreateComponent(CreateMode mode=REPLICATED, unsigned 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 |
| 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 |
| GetSubsystem(StringHash type) const | Urho3D::Object | |
| GetSubsystem() const | Urho3D::Object | |
| GetTags() const | Urho3D::Node | 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 | |
| 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 |
| 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 |
| IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Urho3D::Animatable | protected |
| 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 |
| IsTemporary() const | Urho3D::Serializable | inline |
| IsTypeOf(StringHash type) | Urho3D::Object | static |
| IsTypeOf(const TypeInfo *typeInfo) | Urho3D::Object | static |
| IsTypeOf() | Urho3D::Object | inlinestatic |
| listeners_ | Urho3D::Node | private |
| Load(Deserializer &source, bool setInstanceDefault=false) | Urho3D::Node | virtual |
| Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
| LoadJSON(const JSONValue &source, bool setInstanceDefault=false) | Urho3D::Node | virtual |
| LoadJSON(const JSONValue &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
| LoadXML(const XMLElement &source, bool setInstanceDefault=false) | Urho3D::Node | virtual |
| LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
| 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=TS_WORLD) | Urho3D::Node | |
| MarkDirty() | Urho3D::Node | |
| MarkNetworkUpdate() | Urho3D::Node | virtual |
| MarkReplicationDirty() | Urho3D::Node | |
| name_ | Urho3D::Node | private |
| nameHash_ | Urho3D::Node | private |
| networkState_ | Urho3D::Serializable | protected |
| networkUpdate_ | Urho3D::Node | protected |
| Node(Context *context) | Urho3D::Node | |
| Object(Context *context) | Urho3D::Object | |
| objectAnimation_ | Urho3D::Animatable | protected |
| OnAttributeAnimationAdded() | Urho3D::Node | protectedvirtual |
| OnAttributeAnimationRemoved() | 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 |
| owner_ | Urho3D::Node | private |
| parent_ | Urho3D::Node | private |
| Pitch(float angle, TransformSpace space=TS_LOCAL) | Urho3D::Node | |
| position_ | Urho3D::Node | private |
| PrepareNetworkUpdate() | Urho3D::Node | |
| ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
| ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
| RefCounted() | Urho3D::RefCounted | |
| RefCountPtr() | Urho3D::RefCounted | inline |
| Refs() const | Urho3D::RefCounted | |
| RegisterObject(Context *context) | Urho3D::Node | static |
| 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 | |
| RemoveInstanceDefault() | Urho3D::Serializable | |
| RemoveListener(Component *component) | Urho3D::Node | |
| RemoveObjectAnimation() | Urho3D::Animatable | |
| RemoveTag(const String &tag) | Urho3D::Node | |
| ReorderComponent(Component *component, unsigned index) | Urho3D::Node | |
| ResetDeepEnabled() | Urho3D::Node | |
| ResetScene() | Urho3D::Node | |
| ResetToDefault() | Urho3D::Serializable | |
| Roll(float angle, TransformSpace space=TS_LOCAL) | Urho3D::Node | |
| Rotate(const Quaternion &delta, TransformSpace space=TS_LOCAL) | Urho3D::Node | |
| Rotate2D(float delta, TransformSpace space=TS_LOCAL) | Urho3D::Node | inline |
| RotateAround(const Vector3 &point, const Quaternion &delta, TransformSpace space=TS_LOCAL) | Urho3D::Node | |
| RotateAround2D(const Vector2 &point, float delta, TransformSpace space=TS_LOCAL) | Urho3D::Node | inline |
| rotation_ | Urho3D::Node | private |
| SafeCreateComponent(const String &typeName, StringHash type, CreateMode mode, unsigned id) | Urho3D::Node | private |
| Save(Serializer &dest) const | Urho3D::Node | virtual |
| SaveDefaultAttributes() const | Urho3D::Node | inlinevirtual |
| SaveJSON(JSONValue &dest) const | Urho3D::Node | virtual |
| SaveJSON(Serializer &dest, const String &indentation="\t") const | Urho3D::Node | |
| SaveXML(XMLElement &dest) const | Urho3D::Node | virtual |
| SaveXML(Serializer &dest, const String &indentation="\t") const | Urho3D::Node | |
| Scale(float scale) | Urho3D::Node | |
| Scale(const Vector3 &scale) | Urho3D::Node | |
| Scale2D(const Vector2 &scale) | Urho3D::Node | inline |
| scale_ | Urho3D::Node | private |
| scene_ | Urho3D::Node | private |
| SendEvent(StringHash eventType) | Urho3D::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
| Serializable(Context *context) | Urho3D::Serializable | |
| SetAnimationEnabled(bool enable) | Urho3D::Animatable | |
| SetAnimationTime(float time) | Urho3D::Animatable | |
| 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 | |
| SetDeepEnabled(bool enable) | Urho3D::Node | |
| SetDirection(const Vector3 &direction) | Urho3D::Node | |
| 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(unsigned id) | Urho3D::Node | |
| SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Urho3D::Serializable | |
| SetName(const String &name) | Urho3D::Node | |
| SetNetParentAttr(const PODVector< unsigned char > &value) | Urho3D::Node | |
| SetNetPositionAttr(const Vector3 &value) | Urho3D::Node | |
| SetNetRotationAttr(const PODVector< unsigned char > &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 | |
| SetTags(const StringVector &tags) | Urho3D::Node | |
| SetTemporary(bool enable) | Urho3D::Serializable | |
| 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 | |
| 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 | |
| SetVar(StringHash key, const Variant &value) | Urho3D::Node | |
| 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 | |
| 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 |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| tags_ | Urho3D::Node | private |
| Translate(const Vector3 &delta, TransformSpace space=TS_LOCAL) | Urho3D::Node | |
| Translate2D(const Vector2 &delta, TransformSpace space=TS_LOCAL) | Urho3D::Node | inline |
| UnsubscribeFromAllEvents() | Urho3D::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
| UpdateAttributeAnimations(float timeStep) | Urho3D::Animatable | protected |
| UpdateWorldTransform() const | Urho3D::Node | private |
| URHO3D_OBJECT(Node, Animatable) (defined in Urho3D::Node) | Urho3D::Node | 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=TS_LOCAL) | Urho3D::Node | |
| ~Animatable() | Urho3D::Animatable | virtual |
| ~Node() | Urho3D::Node | virtual |
| ~Object() | Urho3D::Object | virtual |
| ~RefCounted() | Urho3D::RefCounted | virtual |
| ~Serializable() | Urho3D::Serializable | virtual |
