Table of Contents

Delegate ParticlePool.CopyParticlePoolDelegate

Namespace
Stride.Particles
Assembly
Stride.Particles.dll
public delegate void ParticlePool.CopyParticlePoolDelegate(IntPtr oldPool, int oldCapacity, int oldSize, IntPtr newPool, int newCapacity, int newSize)

Parameters

oldPool IntPtr
oldCapacity int
oldSize int
newPool IntPtr
newCapacity int
newSize int