SCNSceneSource.SceneWithOption Method

Definition

Overloads

SceneWithOption(NSDictionary, NSError)

Creates a new scene from the specified options dictionary, and reporting any error condtion in error.

SceneWithOption(SCNSceneLoadingOptions, NSError)

Creates a new scene from the specified options dictionary, and reporting any error condtion in error.

SceneWithOption(NSDictionary, NSError)

Creates a new scene from the specified options dictionary, and reporting any error condtion in error.

[Foundation.Export("sceneWithOptions:error:")]
public virtual SceneKit.SCNScene SceneWithOption (Foundation.NSDictionary options, out Foundation.NSError error);
abstract member SceneWithOption : Foundation.NSDictionary *  -> SceneKit.SCNScene
override this.SceneWithOption : Foundation.NSDictionary *  -> SceneKit.SCNScene

Parameters

options
NSDictionary

To be added.

This parameter can be null.

error
NSError

Returns

Attributes

Applies to

SceneWithOption(SCNSceneLoadingOptions, NSError)

Creates a new scene from the specified options dictionary, and reporting any error condtion in error.

public SceneKit.SCNScene SceneWithOption (SceneKit.SCNSceneLoadingOptions options, out Foundation.NSError error);
member this.SceneWithOption : SceneKit.SCNSceneLoadingOptions *  -> SceneKit.SCNScene

Parameters

error
NSError

Returns

Applies to