U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::Animation Member List

This is the complete list of members for Urho3D::Animation, including all inherited members.

AddMetadata(const String &name, const Variant &value)Urho3D::ResourceWithMetadata
AddRef()Urho3D::RefCounted
AddTrigger(const AnimationTriggerPoint &trigger)Urho3D::Animation
AddTrigger(float time, bool timeIsNormalized, const Variant &data)Urho3D::Animation
Animation(Context *context)Urho3D::Animationexplicit
animationName_Urho3D::Animationprivate
animationNameHash_Urho3D::Animationprivate
asyncLoadState_Urho3D::Resourceprivate
BeginLoad(Deserializer &source) overrideUrho3D::Animationvirtual
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
Clone(const String &cloneName=String::EMPTY) constUrho3D::Animation
context_Urho3D::Objectprotected
CopyMetadata(const ResourceWithMetadata &source)Urho3D::ResourceWithMetadataprotected
CreateTrack(const String &name)Urho3D::Animation
EndLoad()Urho3D::Resourcevirtual
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
GetAnimationName() constUrho3D::Animationinline
GetAnimationNameHash() constUrho3D::Animationinline
GetAsyncLoadState() constUrho3D::Resourceinline
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetLength() constUrho3D::Animationinline
GetMemoryUse() constUrho3D::Resourceinline
GetMetadata(const String &name) constUrho3D::ResourceWithMetadata
GetName() constUrho3D::Resourceinline
GetNameHash() constUrho3D::Resourceinline
GetNumTracks() constUrho3D::Animationinline
GetNumTriggers() constUrho3D::Animationinline
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetTrack(unsigned index)Urho3D::Animation
GetTrack(const String &name)Urho3D::Animation
GetTrack(StringHash nameHash)Urho3D::Animation
GetTracks() constUrho3D::Animationinline
GetTrigger(unsigned index)Urho3D::Animation
GetTriggers() constUrho3D::Animationinline
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::Resource
HasEventHandlers() constUrho3D::Objectinline
HasMetadata() constUrho3D::ResourceWithMetadata
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
length_Urho3D::Animationprivate
Load(Deserializer &source)Urho3D::Resource
LoadFile(const String &fileName)Urho3D::Resource
LoadMetadataFromJSON(const JSONArray &array)Urho3D::ResourceWithMetadataprotected
LoadMetadataFromXML(const XMLElement &source)Urho3D::ResourceWithMetadataprotected
memoryUse_Urho3D::Resourceprivate
metadata_Urho3D::ResourceWithMetadataprivate
metadataKeys_Urho3D::ResourceWithMetadataprivate
name_Urho3D::Resourceprivate
nameHash_Urho3D::Resourceprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::Animationstatic
ReleaseRef()Urho3D::RefCounted
RemoveAllMetadata()Urho3D::ResourceWithMetadata
RemoveAllTracks()Urho3D::Animation
RemoveAllTriggers()Urho3D::Animation
RemoveEventSender(Object *sender)Urho3D::Objectprivate
RemoveMetadata(const String &name)Urho3D::ResourceWithMetadata
RemoveTrack(const String &name)Urho3D::Animation
RemoveTrigger(unsigned index)Urho3D::Animation
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resourceexplicit
ResourceWithMetadata(Context *context)Urho3D::ResourceWithMetadatainlineexplicit
Save(Serializer &dest) const overrideUrho3D::Animationvirtual
SaveFile(const String &fileName) constUrho3D::Resourcevirtual
SaveMetadataToXML(XMLElement &destination) constUrho3D::ResourceWithMetadataprotected
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
SetAnimationName(const String &name)Urho3D::Animation
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetLength(float length)Urho3D::Animation
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const String &name)Urho3D::Resource
SetNumTriggers(unsigned num)Urho3D::Animation
SetTrigger(unsigned index, const AnimationTriggerPoint &trigger)Urho3D::Animation
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
tracks_Urho3D::Animationprivate
triggers_Urho3D::Animationprivate
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(Animation, ResourceWithMetadata) (defined in Urho3D::Animation)Urho3D::Animationprivate
useTimer_Urho3D::Resourceprivate
WeakRefs() constUrho3D::RefCounted
~Animation() overrideUrho3D::Animation
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual