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