Exemple #1
0
 private static extern void Internal_create(ParticleEmitterRectShape managedInstance, ref ParticleRectShapeOptions desc);
Exemple #2
0
 private static extern void Internal_setOptions(IntPtr thisPtr, ref ParticleRectShapeOptions options);
Exemple #3
0
 private static extern void Internal_getOptions(IntPtr thisPtr, out ParticleRectShapeOptions __output);
Exemple #4
0
 /// <summary>Creates a new particle emitter rectangle shape.</summary>
 public ParticleEmitterRectShape(ParticleRectShapeOptions desc)
 {
     Internal_create(this, ref desc);
 }