Share via


SCNCapsule.Create(NFloat, NFloat) Method

Definition

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

Parameters

capRadius
NFloat
height
NFloat

Returns

Attributes

Applies to