Searched refs:OBJECT_INFO (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | register_default_anims.cpp | 41 AnimationController::OBJECT_INFO, 42 KeyframeAnimation::OBJECT_INFO, 43 PropertyAnimation::OBJECT_INFO, 44 TrackAnimation::OBJECT_INFO, 45 ParallelAnimation::OBJECT_INFO, 46 SequentialAnimation::OBJECT_INFO, 47 AnimationModifiers::Loop::OBJECT_INFO, 48 AnimationModifiers::Reverse::OBJECT_INFO, 49 AnimationModifiers::SpeedImpl::OBJECT_INFO, 51 Curves::Easing::LinearEasingCurve::OBJECT_INFO, [all...] |
H A D | register_default_objs.cpp | 64 static constexpr ObjectTypeInfo OBJECTS[] = { MetaObject::OBJECT_INFO, Object::OBJECT_INFO, 65 ObjectContainer::OBJECT_INFO, ObjectFlatContainer::OBJECT_INFO, ProxyObject::OBJECT_INFO, 66 ContainerObserver::OBJECT_INFO, SettableFunction::OBJECT_INFO, PropertyFunction::OBJECT_INFO, 67 ObjectContext::OBJECT_INFO, AttachmentContainer::OBJECT_INFO, ContainerDataMode [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | interpolator.cpp | 168 ObjectTypeInfo OBJECT_INFO; member 174 { FloatInterpolator::OBJECT_INFO, UidFromType<float>(), ClassId::FloatInterpolator }, 175 { DoubleInterpolator::OBJECT_INFO, UidFromType<double>(), ClassId::DoubleInterpolator }, 176 { Vec2Interpolator::OBJECT_INFO, UidFromType<BASE_NS::Math::Vec2>(), ClassId::Vec2Interpolator }, 177 { Vec3Interpolator::OBJECT_INFO, UidFromType<BASE_NS::Math::Vec3>(), ClassId::Vec3Interpolator }, 178 { Vec4Interpolator::OBJECT_INFO, UidFromType<BASE_NS::Math::Vec4>(), ClassId::Vec4Interpolator }, 179 { UVec2Interpolator::OBJECT_INFO, UidFromType<BASE_NS::Math::UVec2>(), ClassId::UVec2Interpolator }, 180 { UVec3Interpolator::OBJECT_INFO, UidFromType<BASE_NS::Math::UVec3>(), ClassId::UVec3Interpolator }, 181 { UVec4Interpolator::OBJECT_INFO, UidFromType<BASE_NS::Math::UVec4>(), ClassId::UVec4Interpolator }, 182 { IVec2Interpolator::OBJECT_INFO, UidFromTyp [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_factory.h | 107 static constexpr const META_NS::ObjectTypeInfo OBJECT_INFO { { META_NS::ObjectTypeInfo::UID }, GetFactory }; \
|
Completed in 1 milliseconds