SCNShape.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- path
- NSBezierPath
- extrusionDepth
- nfloat
Retours
- Attributs
S’applique à
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
Paramètres
- path
- UIBezierPath
- extrusionDepth
- nfloat
Retours
- Attributs