SCNSceneSourceStatusHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- status
- SCNSceneSourceStatus
- error
- NSError
- stopLoading
- Boolean