SCNSceneSourceStatusHandler Delegate

Definition

Callback used to reflect progress during execution of SceneFromOptions(SCNSceneLoadingOptions, SCNSceneSourceStatusHandler).

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

Parameters

totalProgress
Single
error
NSError
stopLoading
Boolean

Applies to