Searched defs:TweenComponent (Results 1 – 1 of 1) sorted by relevance
32 TweenComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in TweenComponent() function35 TweenComponent(const std::string& name, const RefPtr<Component>& child) in TweenComponent() function38 TweenComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) {} in TweenComponent() function39 …explicit TweenComponent(const std::string& name) : ComposedComponent(AllocTweenComponentId(), name… in TweenComponent() function