SCNParticleEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completion handler for use with HandleEvent(SCNParticleEvent, NSString[], SCNParticleEventHandler).
public delegate void SCNParticleEventHandler(IntPtr data, IntPtr dataStride, IntPtr indices, nint count);
type SCNParticleEventHandler = delegate of nativeint * nativeint * nativeint * nint -> unit
Parameters
- data
-
IntPtr
nativeint
- dataStride
-
IntPtr
nativeint
- indices
-
IntPtr
nativeint
- count
- System.System.IntPtr System.nativeint