ParticlePool.CopyParticlePoolDelegate Delegate
Namespace: Stride.ParticlesAssembly: Stride.Particles.dll
public delegate void CopyParticlePoolDelegate(IntPtr oldPool, int oldCapacity, int oldSize, IntPtr newPool, int newCapacity, int newSize);
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | oldPool | |
| System.Int32 | oldCapacity | |
| System.Int32 | oldSize | |
| System.IntPtr | newPool | |
| System.Int32 | newCapacity | |
| System.Int32 | newSize |