다음을 통해 공유


SCNShape.Create 메서드

정의

오버로드

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

매개 변수

extrusionDepth
nfloat

반환

특성

적용 대상

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

매개 변수

extrusionDepth
nfloat

반환

특성

적용 대상