SCNBox.Create(nfloat, nfloat, nfloat, nfloat) Method

Definition

[Foundation.Export("boxWithWidth:height:length:chamferRadius:")]
public static SceneKit.SCNBox Create (nfloat width, nfloat height, nfloat length, nfloat chamferRadius);
static member Create : nfloat * nfloat * nfloat * nfloat -> SceneKit.SCNBox

Parameters

width
nfloat
height
nfloat
length
nfloat
chamferRadius
nfloat

Returns

Attributes

Applies to