AddAnimation(const AnimationParameters ¶ms) | Urho3D::AnimationController | |
AddRef() | Urho3D::RefCounted | |
animatedAttributes_ (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
animatedNodes_ | Urho3D::AnimationController | private |
AnimationController(Context *context) | Urho3D::AnimationController | explicit |
animations_ (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
animationStates_ | Urho3D::AnimationStateSource | protected |
animationStatesDirty_ | Urho3D::AnimationController | private |
AnimationStateSource(Context *context) (defined in Urho3D::AnimationStateSource) | Urho3D::AnimationStateSource | inline |
ApplyAttributes() override | Urho3D::AnimationController | virtual |
ApplyInstanceAutoFadeOut(AnimationParameters ¶ms, float overtime) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
ApplyInstanceRemoval(AnimationParameters ¶ms, bool isCompleted) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
Clone(bool resetToDefault=true) const | Urho3D::Serializable | |
CommitNodeAndAttributeAnimations() (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
Component(Context *context) | Urho3D::Component | explicit |
ConnectToAnimatedModel() | Urho3D::AnimationController | private |
context_ | Urho3D::Object | protected |
CopyAttributes(const Serializable *source, bool resetToDefault=true) | Urho3D::Serializable | |
DoAutoRemove(AutoRemoveMode mode) | Urho3D::Component | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::Component | virtual |
enabled_ | Urho3D::Component | protected |
EnsureStateInitialized(AnimationState *state, const AnimationParameters ¶ms) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter) | Urho3D::Object | private |
eventHandlers_ | Urho3D::Object | private |
Fade(Animation *animation, float targetWeight, float fadeTime) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
Fade(const ea::string &name, float targetWeight, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
FindEventHandler(StringHash eventType) | Urho3D::Object | private |
FindEventHandler(StringHash eventType) const | Urho3D::Object | inlineprivate |
FindLastAnimation(Animation *animation, unsigned layer=M_MAX_UNSIGNED) const | Urho3D::AnimationController | |
FindSpecificEventHandler(Object *sender) | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender) const | Urho3D::Object | inlineprivate |
FindSpecificEventHandler(Object *sender, StringHash eventType) | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType) const | Urho3D::Object | inlineprivate |
GetAnimationByName(const ea::string &name) const | Urho3D::AnimationController | private |
GetAnimationLayer(unsigned index) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | inline |
GetAnimationParameters(ea::vector< AnimationParameters > &result) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetAnimationParameters() const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetAnimationParameters(unsigned index) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetAnimationsAttr() const | Urho3D::AnimationController | |
GetAnimationStates() const | Urho3D::AnimationStateSource | inline |
GetAttribute(unsigned index) const | Urho3D::Serializable | |
GetAttribute(const ea::string &name) const | Urho3D::Serializable | |
GetAttributeDefault(unsigned index) const | Urho3D::Serializable | |
GetAttributeDefault(const ea::string &name) const | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | virtual |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetComponent(StringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(ea::vector< Node * > &dest) | Urho3D::Component | virtual |
GetEffectiveScopeHint() const | Urho3D::Component | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFixedUpdateSource() | Urho3D::Component | protected |
GetFullNameDebug() const | Urho3D::Component | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetID() const | Urho3D::Component | inline |
GetIndexInParent() const | Urho3D::Component | |
GetInstanceDefault(const ea::string &name) const | Urho3D::Serializable | virtual |
GetLastAnimationParameters(Animation *animation, unsigned layer=M_MAX_UNSIGNED) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetMutableLastAnimationParameters(Animation *animation, unsigned layer=M_MAX_UNSIGNED) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetNode() const | Urho3D::Component | inline |
GetNumAnimations() const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetReflection() const | Urho3D::Serializable | virtual |
GetRevision() const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | inline |
GetScene() const | Urho3D::Component | |
GetSpeed(const ea::string &name) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetSubsystems() const | Urho3D::Object | private |
GetTime(const ea::string &name) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
GetTrackNodeByNameHash(StringHash trackNameHash, Node *startBone) const | Urho3D::AnimationController | private |
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 |
GetWeight(const ea::string &name) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
HandleScenePostUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::AnimationController | private |
HasAuxiliaryData() const | Urho3D::Component | inlinevirtual |
HasEventHandlers() const | Urho3D::Object | inline |
HasScriptObject() const | Urho3D::RefCounted | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
instanceDefaultValues_ | Urho3D::Serializable | protected |
IsAnimationThrottlingAllowed() const | Urho3D::AnimationStateSource | inline |
IsEnabled() const | Urho3D::Component | inline |
IsEnabledEffective() const | Urho3D::Component | |
IsInstanceOf(StringHash type) const =0 | Urho3D::Object | pure virtual |
IsInstanceOf() const | Urho3D::Object | inline |
IsPlaying(Animation *animation) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
IsPlaying(const ea::string &name) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
IsScriptStrongRef() const | Urho3D::RefCounted | inline |
IsSkeletonReset() const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | inline |
IsTemporary() const | Urho3D::Serializable | inline |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
Load(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadFile(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadJSON(const JSONValue &source) | Urho3D::Serializable | virtual |
LoadJSON(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
LoadXML(const ea::string &resourceName) | Urho3D::Serializable | virtual |
MarkAnimationStateTracksDirty() override | Urho3D::AnimationController | virtual |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
Object(Context *context) | Urho3D::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Component | protectedvirtual |
OnNodeSet(Node *previousNode, Node *currentNode) override | Urho3D::AnimationController | protectedvirtual |
OnNodeSetEnabled(Node *node) | Urho3D::Component | protectedvirtual |
OnSceneSet(Scene *scene) override | Urho3D::AnimationController | protectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Serializable | virtual |
OnSetEnabled() override | Urho3D::AnimationController | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
ParseAnimatablePath(ea::string_view path, Node *startNode) | Urho3D::AnimationController | private |
pendingTriggers_ | Urho3D::AnimationController | private |
Play(const ea::string &name, unsigned char layer, bool looped, float fadeTime=0.0f) | Urho3D::AnimationController | |
PlayExclusive(const ea::string &name, unsigned char layer, bool looped, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
PlayExisting(const AnimationParameters ¶ms, float fadeInTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
PlayExistingExclusive(const AnimationParameters ¶ms, float fadeInTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
PlayNew(const AnimationParameters ¶ms, float fadeInTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
PlayNewExclusive(const AnimationParameters ¶ms, float fadeInTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() const | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::AnimationController | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
RemoveAnimation(unsigned index) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveInstanceDefault() | Urho3D::Serializable | |
ReplaceAnimations(ea::span< const AnimationParameters > newAnimations, float elapsedTime, float fadeTime) | Urho3D::AnimationController | |
resetSkeleton_ | Urho3D::AnimationStateSource | protected |
ResetToDefault() | Urho3D::Serializable | |
revision_ | Urho3D::AnimationController | private |
revisionDirty_ (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
Save(Serializer &dest) const override | Urho3D::Component | virtual |
SaveDefaultAttributes(const AttributeInfo &attr) const | Urho3D::Serializable | inlinevirtual |
SaveJSON(JSONValue &dest) const override | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) const override | Urho3D::Component | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, const Args &... args) | Urho3D::Object | inline |
SendEvent(StringHash eventType, const VariantMap &eventData) | Urho3D::Object | |
SendTriggerEvents() (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
Serializable(Context *context) | Urho3D::Serializable | explicit |
SerializeAuxiliaryData(Archive &archive) | Urho3D::Component | inlinevirtual |
SerializeInBlock(Archive &archive) override | Urho3D::Serializable | virtual |
SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable) | Urho3D::Serializable | |
SetAnimationsAttr(const VariantVector &value) | Urho3D::AnimationController | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const ea::string &name, const Variant &value) | Urho3D::Serializable | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetEnabled(bool enable) | Urho3D::Component | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetID(unsigned id) | Urho3D::Component | protected |
SetInstanceDefault(bool enable) | Urho3D::Serializable | inline |
SetInstanceDefault(const ea::string &name, const Variant &defaultValue) | Urho3D::Serializable | |
setInstanceDefault_ | Urho3D::Serializable | protected |
SetNode(Node *node) | Urho3D::Component | protected |
SetSkeletonReset(bool resetSkeleton) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | inline |
SetSpeed(const ea::string &name, float speed) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
SetTemporary(bool enable) | Urho3D::Serializable | |
SetTime(const ea::string &name, float time) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
SetWeight(const ea::string &name, float weight) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
SortAnimationStates() | Urho3D::AnimationController | private |
Stop(Animation *animation, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
Stop(const ea::string &name, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
StopAll(float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
StopLayer(unsigned layer, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
StopLayerExcept(unsigned layer, unsigned exceptionIndex, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
SubscribeToEvent(StringHash eventType, T handler) | Urho3D::Object | inline |
SubscribeToEvent(Object *sender, StringHash eventType, T handler) | Urho3D::Object | inline |
SubscribeToEventManual(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
tempAnimations_ (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
temporary_ | Urho3D::Serializable | protected |
TypeHierarchy | Urho3D::Object | inlinestatic |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions) | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update(float timeStep) | Urho3D::AnimationController | virtual |
UpdateAnimation(unsigned index, const AnimationParameters ¶ms) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
UpdateAnimationSpeed(Animation *animation, float speed) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
UpdateAnimationStateTracks(AnimationState *state) | Urho3D::AnimationController | private |
UpdateAnimationTime(Animation *animation, float time) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
UpdateAnimationWeight(Animation *animation, float weight, float fadeTime=0.0f) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
UpdateInstance(AnimationParameters ¶ms, float timeStep, bool fireTriggers) | Urho3D::AnimationController | private |
UpdateInstanceTime(AnimationParameters ¶ms, float timeStep, bool fireTriggers) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
UpdateInstanceWeight(AnimationParameters ¶ms, float timeStep) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
UpdatePose() (defined in Urho3D::AnimationController) | Urho3D::AnimationController | |
UpdateState(AnimationState *state, const AnimationParameters ¶ms) const (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
URHO3D_OBJECT(AnimationController, AnimationStateSource) (defined in Urho3D::AnimationController) | Urho3D::AnimationController | private |
WeakRefs() const | Urho3D::RefCounted | |
~AnimationController() override | Urho3D::AnimationController | |
~Component() override | Urho3D::Component | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() override | Urho3D::Serializable | |