Ejemplo n.º 1
0
const Urho3D::TypeInfo *MainGameState::GetTypeInfo() const {
    return GetTypeInfoStatic();
}
Ejemplo n.º 2
0
bool Object::IsTypeOf(StringHash type)
{
    return GetTypeInfoStatic()->IsTypeOf(type);
}
Ejemplo n.º 3
0
bool Object::IsTypeOf(const TypeInfo* typeInfo)
{
    return GetTypeInfoStatic()->IsTypeOf(typeInfo);
}
Ejemplo n.º 4
0
const Urho3D::TypeInfo *GameOptionsState::GetTypeInfo() const {
    return GetTypeInfoStatic();
}