AddAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f) | Urho3D::ObjectAnimation | |
AddRef() | Urho3D::RefCounted | |
attributeAnimationInfos_ | Urho3D::ObjectAnimation | private |
BeginLoad(Deserializer &source) | Urho3D::ObjectAnimation | virtual |
context_ | Urho3D::Object | protected |
EndLoad() | Urho3D::Resource | virtual |
GetAsyncLoadState() const | Urho3D::Resource | inline |
GetAttributeAnimation(const String &name) const | Urho3D::ObjectAnimation | |
GetAttributeAnimationInfo(const String &name) const | Urho3D::ObjectAnimation | |
GetAttributeAnimationInfos() const | Urho3D::ObjectAnimation | inline |
GetAttributeAnimationSpeed(const String &name) const | Urho3D::ObjectAnimation | |
GetAttributeAnimationWrapMode(const String &name) const | Urho3D::ObjectAnimation | |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetMemoryUse() const | Urho3D::Resource | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
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 |
GetUseTimer() | Urho3D::Resource | |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsTypeOf(StringHash type) | Urho3D::Object | static |
IsTypeOf(const TypeInfo *typeInfo) | Urho3D::Object | static |
IsTypeOf() | Urho3D::Object | inlinestatic |
Load(Deserializer &source) | Urho3D::Resource | |
LoadXML(const XMLElement &source) | Urho3D::ObjectAnimation | |
Object(Context *context) | Urho3D::Object | |
ObjectAnimation(Context *context) | Urho3D::ObjectAnimation | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::ObjectAnimation | static |
ReleaseRef() | Urho3D::RefCounted | |
RemoveAttributeAnimation(const String &name) | Urho3D::ObjectAnimation | |
RemoveAttributeAnimation(ValueAnimation *attributeAnimation) | Urho3D::ObjectAnimation | |
ResetUseTimer() | Urho3D::Resource | |
Resource(Context *context) | Urho3D::Resource | |
Save(Serializer &dest) const | Urho3D::ObjectAnimation | virtual |
SaveXML(XMLElement &dest) const | Urho3D::ObjectAnimation | |
SendAttributeAnimationAddedEvent(const String &name) | Urho3D::ObjectAnimation | private |
SendAttributeAnimationRemovedEvent(const String &name) | Urho3D::ObjectAnimation | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetAsyncLoadState(AsyncLoadState newState) | Urho3D::Resource | |
SetMemoryUse(unsigned size) | Urho3D::Resource | |
SetName(const String &name) | Urho3D::Resource | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
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 | |
URHO3D_OBJECT(ObjectAnimation, Resource) (defined in Urho3D::ObjectAnimation) | Urho3D::ObjectAnimation | private |
WeakRefs() const | Urho3D::RefCounted | |
~Object() | Urho3D::Object | virtual |
~ObjectAnimation() | Urho3D::ObjectAnimation | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |