Share via


SCNSceneSourceStatusHandler Delegado

Definición

Devolución de llamada usada para reflejar el progreso durante la ejecución de SceneFromOptions(SCNSceneLoadingOptions, SCNSceneSourceStatusHandler).

public delegate void SCNSceneSourceStatusHandler(float totalProgress, SCNSceneSourceStatus status, NSError error, ref bool stopLoading);
type SCNSceneSourceStatusHandler = delegate of single * SCNSceneSourceStatus * NSError *  -> unit

Parámetros

totalProgress
Single
error
NSError
stopLoading
Boolean

Se aplica a