Share via


SCNParticleEventHandler Delegate

Definition

public delegate void SCNParticleEventHandler(IntPtr data, IntPtr dataStride, IntPtr indices, IntPtr count);
type SCNParticleEventHandler = delegate of nativeint * nativeint * nativeint * nativeint -> unit

Parameters

data
IntPtr

nativeint

dataStride
IntPtr

nativeint

indices
IntPtr

nativeint

count
IntPtr

nativeint

Applies to