Lines Matching refs:ParticleModel
173 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetStepFrame()
194 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame()
246 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset()
279 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize()
298 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone()
350 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset()
371 nw::gfx::ParticleModel* model = this->GetParticleModel(i);
404 void RegisterParticleModel( nw::gfx::ParticleModel* model ) in RegisterParticleModel()
436 nw::gfx::ParticleModel* GetParticleModel(u32 index) in GetParticleModel()
467 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSet()
507 ut::MoveArray<nw::gfx::ParticleModel*> m_ModelInstances;
671 if (nw::ut::IsTypeOf<nw::gfx::ParticleModel>(topNode)) in ResetParticle()
673 nw::gfx::ParticleModel* particleModel = in ResetParticle()
674 nw::ut::DynamicCast<nw::gfx::ParticleModel*>(topNode); in ResetParticle()