SCNSceneSourceStatusHandler 委托

定义

用于在执行 期间反映进度的 SceneFromOptions(SCNSceneLoadingOptions, SCNSceneSourceStatusHandler)回调。

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

参数

totalProgress
Single
error
NSError
stopLoading
Boolean

适用于