ALAssetsEnumerator Delegate

Definition

Signature for delegates participating in asset enumeration.

public delegate void ALAssetsEnumerator(ALAsset result, IntPtr index, ref bool stop);
type ALAssetsEnumerator = delegate of ALAsset * nativeint * bool -> unit

Parameters

result
ALAsset

The asset.

index
IntPtr

nativeint

The index of this asset.

stop
Boolean

If set to true, the enumeration process will stop.

Applies to