SCNSceneSource.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
| Name | Description |
|---|---|
| FromUrl(NSUrl, SCNSceneLoadingOptions) |
Creates a scene source that reads the graph that is contained in the file that is pointed to by |
| FromUrl(NSUrl, NSDictionary) |
FromUrl(NSUrl, SCNSceneLoadingOptions)
Creates a scene source that reads the graph that is contained in the file that is pointed to by url.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public SceneKit.SCNSceneSource? FromUrl(Foundation.NSUrl url, SceneKit.SCNSceneLoadingOptions options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.FromUrl : Foundation.NSUrl * SceneKit.SCNSceneLoadingOptions -> SceneKit.SCNSceneSource
Parameters
- url
- NSUrl
- options
- SCNSceneLoadingOptions
Returns
- Attributes
Applies to
FromUrl(NSUrl, NSDictionary)
[Foundation.Export("sceneSourceWithURL:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SceneKit.SCNSceneSource? FromUrl(Foundation.NSUrl url, Foundation.NSDictionary? options);
[<Foundation.Export("sceneSourceWithURL:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromUrl : Foundation.NSUrl * Foundation.NSDictionary -> SceneKit.SCNSceneSource
Parameters
- url
- NSUrl
- options
- NSDictionary
Returns
- Attributes