Share via


SCNCone.Create(NFloat, NFloat, NFloat) Method

Definition

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

Parameters

topRadius
NFloat
bottomRadius
NFloat
height
NFloat

Returns

Attributes

Applies to