Compartir a través de


SCNShape.Create Método

Definición

Sobrecargas

Create(NSBezierPath, nfloat)
Create(UIBezierPath, nfloat)

Create(NSBezierPath, nfloat)

[Foundation.Export("shapeWithPath:extrusionDepth:")]
public static SceneKit.SCNShape Create (AppKit.NSBezierPath path, nfloat extrusionDepth);
static member Create : AppKit.NSBezierPath * nfloat -> SceneKit.SCNShape

Parámetros

extrusionDepth
nfloat

Devoluciones

Atributos

Se aplica a

Create(UIBezierPath, nfloat)

[Foundation.Export("shapeWithPath:extrusionDepth:")]
public static SceneKit.SCNShape Create (UIKit.UIBezierPath path, nfloat extrusionDepth);
static member Create : UIKit.UIBezierPath * nfloat -> SceneKit.SCNShape

Parámetros

extrusionDepth
nfloat

Devoluciones

Atributos

Se aplica a