Share via


SCNPlane.Create(NFloat, NFloat) Method

Definition

[Foundation.Export("planeWithWidth:height:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SceneKit.SCNPlane Create(System.Runtime.InteropServices.NFloat width, System.Runtime.InteropServices.NFloat height);
[<Foundation.Export("planeWithWidth:height:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> SceneKit.SCNPlane

Parameters

width
NFloat
height
NFloat

Returns

Attributes

Applies to