Esempio n. 1
0
 public static CPhyActor GetPhyActorFromParticle(ref Particle.CGfxParticle p)
 {
     return(p.WeakReferenceTag as CPhyActor);
 }
Esempio n. 2
0
 public void AttachParticle(ref Particle.CGfxParticle p)
 {
     p.WeakReferenceTag = this;
 }