Table of Contents

Delegate ParticlePool.CopyParticlePoolDelegate

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

Parameters

oldPool nint
oldCapacity int
oldSize int
newPool nint
newCapacity int
newSize int