コード例 #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);
 }