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