SCNSceneSource.SceneWithOption Method
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.
Overloads
SceneWithOption(NSDictionary, NSError) |
Creates a new scene from the specified options dictionary, and reporting any error condtion in |
SceneWithOption(SCNSceneLoadingOptions, NSError) |
Creates a new scene from the specified options dictionary, and reporting any error condtion in |
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
- 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
- options
- SCNSceneLoadingOptions
- error
- NSError