Lines Matching refs:resForm
50 const ResParticleForm resForm = resNode.GetParticleForm(); in GetMemorySizeInternal() local
51 if (resForm.IsValid() && resForm.GetIsResourceCopyEnabled()) in GetMemorySizeInternal()
53 switch(resForm.GetTypeInfo()) in GetMemorySizeInternal()
116 const ResParticleForm resForm = resNode.GetParticleForm(); in Create() local
117 if (resForm.IsValid() && resForm.GetIsResourceCopyEnabled()) in Create()
121 switch(resForm.GetTypeInfo()) in Create()
199 resForm.ptr(), in Create()
442 ResParticleForm resForm = this->GetResParticleFormCopy(false); in Emission() local
443 NW_ASSERT(resForm.IsValid()); in Emission()
469 switch(resForm.GetTypeInfo()) in Emission()
473 const ResParticleCubeForm cubeForm = ResStaticCast<ResParticleCubeForm>(resForm); in Emission()
484 … const ResParticleCylinderForm cylinderForm = ResStaticCast<ResParticleCylinderForm>(resForm); in Emission()
495 const ResParticleDiscForm discForm = ResStaticCast<ResParticleDiscForm>(resForm); in Emission()
506 const ResParticlePointForm pointForm = ResStaticCast<ResParticlePointForm>(resForm); in Emission()
517 … const ResParticleRectangleForm rectangleForm = ResStaticCast<ResParticleRectangleForm>(resForm); in Emission()
528 const ResParticleSphereForm sphereForm = ResStaticCast<ResParticleSphereForm>(resForm); in Emission()