次の方法で共有


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

適用対象