Searched refs:IsTypeOf (Results 1 – 10 of 10) sorted by relevance
148 NW_ASSERT(ut::IsTypeOf<gfx::FragmentLight>(this)); in GetAnimTargetObject()155 NW_ASSERT(ut::IsTypeOf<gfx::AmbientLight>(this)); in GetAnimTargetObject()163 NW_ASSERT(ut::IsTypeOf<gfx::VertexLight>(this)); in GetAnimTargetObject()170 NW_ASSERT(ut::IsTypeOf<gfx::HemiSphereLight>(this)); in GetAnimTargetObject()
952 if (ut::IsTypeOf<AnimEvaluator>(animObj)) in Evaluate()956 else if (ut::IsTypeOf<TransformAnimEvaluator>(animObj)) in Evaluate()
2770 NW_ASSERT(ut::IsTypeOf<ParticleModel>(this->GetParent())); in UpdateParticles()
121 IsTypeOf(const U* instance) in IsTypeOf() function
124 ut::IsTypeOf<ParticleModel>(model) in operator()
553 if (nw::ut::IsTypeOf<nw::gfx::ParticleModel>(topNode)) in ResetParticle()561 else if (nw::ut::IsTypeOf<nw::gfx::ParticleEmitter>(topNode)) in ResetParticle()
344 if (nw::ut::IsTypeOf<nw::gfx::SkeletalModel>(node)) in BuildResources()441 if (nw::ut::IsTypeOf<nw::gfx::Model>(*node)) in UpdateScene()
358 if (nw::ut::IsTypeOf<nw::gfx::ParticleModel>(node)) in BuildResources()381 if (nw::ut::IsTypeOf<nw::gfx::ParticleEmitter>(node)) in BuildResources()
358 NW_ASSERT(nw::ut::IsTypeOf<nw::gfx::SkeletalModel>(node)); in BuildResources()369 NW_ASSERT(nw::ut::IsTypeOf<nw::gfx::FragmentLight>(node)); in BuildResources()
346 NW_ASSERT(nw::ut::IsTypeOf<nw::gfx::FragmentLight>(node)); in BuildResources()