Condividi tramite


SCNSceneSourceStatusHandler Delegato

Definizione

Callback usato per riflettere lo stato di avanzamento durante l'esecuzione di SceneFromOptions(SCNSceneLoadingOptions, SCNSceneSourceStatusHandler).

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

Parametri

totalProgress
Single
error
NSError
stopLoading
Boolean

Si applica a