SCNShape.Create 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.
Overloads
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
Parameters
- path
- NSBezierPath
- extrusionDepth
- nfloat
Returns
- Attributes
Applies to
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
Parameters
- path
- UIBezierPath
- extrusionDepth
- nfloat
Returns
- Attributes