SCNCapsule.Create(NFloat, NFloat) 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.
[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