SCNReferenceNode.CreateFromUrl(NSUrl) 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.
Creates a new SCNReferenceNode with the contents of the scene file at referenceUrl
.
[Foundation.Export("referenceNodeWithURL:")]
public static SceneKit.SCNReferenceNode CreateFromUrl (Foundation.NSUrl referenceUrl);
static member CreateFromUrl : Foundation.NSUrl -> SceneKit.SCNReferenceNode
Parameters
- referenceUrl
- NSUrl
Returns
- Attributes