Lines Matching refs:resForm
52 const ResParticleForm resForm = resNode.GetParticleForm(); in GetMemorySizeInternal() local
53 if (resForm.IsValid() && resForm.GetIsResourceCopyEnabled()) in GetMemorySizeInternal()
55 switch(resForm.GetTypeInfo()) in GetMemorySizeInternal()
118 const ResParticleForm resForm = resNode.GetParticleForm(); in Create() local
119 if (resForm.IsValid() && resForm.GetIsResourceCopyEnabled()) in Create()
123 switch(resForm.GetTypeInfo()) in Create()
201 resForm.ptr(), in Create()
444 ResParticleForm resForm = this->GetResParticleFormCopy(false); in Emission() local
445 NW_ASSERT(resForm.IsValid()); in Emission()
471 switch(resForm.GetTypeInfo()) in Emission()
475 const ResParticleCubeForm cubeForm = ResStaticCast<ResParticleCubeForm>(resForm); in Emission()
486 … const ResParticleCylinderForm cylinderForm = ResStaticCast<ResParticleCylinderForm>(resForm); in Emission()
497 const ResParticleDiscForm discForm = ResStaticCast<ResParticleDiscForm>(resForm); in Emission()
508 const ResParticlePointForm pointForm = ResStaticCast<ResParticlePointForm>(resForm); in Emission()
519 … const ResParticleRectangleForm rectangleForm = ResStaticCast<ResParticleRectangleForm>(resForm); in Emission()
530 const ResParticleSphereForm sphereForm = ResStaticCast<ResParticleSphereForm>(resForm); in Emission()