INTERNAL_CALL_Emit() private method

private INTERNAL_CALL_Emit ( ParticleSystem self, int count ) : void
self ParticleSystem
count int
return void
Beispiel #1
0
 public void Emit(int count)
 {
     ParticleSystem.INTERNAL_CALL_Emit(this, count);
 }