SCNScene.FromUrl 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
FromUrl(NSUrl, NSDictionary, NSError) |
Creates and returns a new SceneKit scene with the contents of the file at the provided URL. |
FromUrl(NSUrl, SCNSceneLoadingOptions, NSError) |
Creates and returns a new SceneKit scene with the contents of the file at the provided URL. |
FromUrl(NSUrl, NSDictionary, NSError)
Creates and returns a new SceneKit scene with the contents of the file at the provided URL.
[Foundation.Export("sceneWithURL:options:error:")]
public static SceneKit.SCNScene FromUrl (Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSError error);
static member FromUrl : Foundation.NSUrl * Foundation.NSDictionary * -> SceneKit.SCNScene
Parameters
- url
- NSUrl
- error
- NSError
Returns
- Attributes
Applies to
FromUrl(NSUrl, SCNSceneLoadingOptions, NSError)
Creates and returns a new SceneKit scene with the contents of the file at the provided URL.
public static SceneKit.SCNScene FromUrl (Foundation.NSUrl url, SceneKit.SCNSceneLoadingOptions options, out Foundation.NSError error);
static member FromUrl : Foundation.NSUrl * SceneKit.SCNSceneLoadingOptions * -> SceneKit.SCNScene
Parameters
- url
- NSUrl
- options
- SCNSceneLoadingOptions
- error
- NSError