SCNSceneSource.FromUrl Method

Definition

Overloads

FromUrl(NSUrl, SCNSceneLoadingOptions)

Creates a scene source that reads the graph that is contained in the file that is pointed to by url.

FromUrl(NSUrl, NSDictionary)

Creates a scene source that reads the graph that is contained in the file that is pointed to by url.

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

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
options
NSDictionary

To be added.

This parameter can be null.

Returns

Attributes

Applies to