Home
last modified time | relevance | path

Searched defs:GetChildStaticCast (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DUIElement.h809 template <class T> T* UIElement::GetChildStaticCast(unsigned index) const in GetChildStaticCast() function
814 template <class T> T* UIElement::GetChildStaticCast(const String& name, bool recursive) const in GetChildStaticCast() function
819 template <class T> T* UIElement::GetChildStaticCast(const StringHash& key, const Variant& value, bo… in GetChildStaticCast() function