SCNShape.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- path
- NSBezierPath
- extrusionDepth
- nfloat
Retornos
- Atributos
Aplica-se 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
- path
- UIBezierPath
- extrusionDepth
- nfloat
Retornos
- Atributos