ALAssetsEnumerator 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.
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.