Lines Matching refs:ParticleModel
175 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetStepFrame()
196 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame()
248 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset()
283 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize()
302 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone()
354 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset()
375 nw::gfx::ParticleModel* model = this->GetParticleModel(i);
408 void RegisterParticleModel( nw::gfx::ParticleModel* model ) in RegisterParticleModel()
440 nw::gfx::ParticleModel* GetParticleModel(u32 index) in GetParticleModel()
471 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSet()
511 ut::MoveArray<nw::gfx::ParticleModel*> m_ModelInstances;
675 if (nw::ut::IsTypeOf<nw::gfx::ParticleModel>(topNode)) in ResetParticle()
677 nw::gfx::ParticleModel* particleModel = in ResetParticle()
678 nw::ut::DynamicCast<nw::gfx::ParticleModel*>(topNode); in ResetParticle()