Share via


SKVideoNode.FromUrl(NSUrl) Method

Definition

Creates a video node from the file at the specified URL.

[Foundation.Export("videoNodeWithURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKVideoNode FromUrl(Foundation.NSUrl videoUrl);
[<Foundation.Export("videoNodeWithURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromUrl : Foundation.NSUrl -> SpriteKit.SKVideoNode

Parameters

videoUrl
NSUrl

The video url to create the SKVideoNode from.

Returns

Attributes

Applies to