ARSCNFaceGeometry.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
| Name | Description |
|---|---|
| Create(IMTLDevice) | |
| Create(IMTLDevice, Boolean) |
Create(IMTLDevice)
[Foundation.Export("faceGeometryWithDevice:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static ARKit.ARSCNFaceGeometry? Create(Metal.IMTLDevice device);
[<Foundation.Export("faceGeometryWithDevice:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLDevice -> ARKit.ARSCNFaceGeometry
Parameters
- device
- IMTLDevice
Returns
- Attributes
Applies to
Create(IMTLDevice, Boolean)
[Foundation.Export("faceGeometryWithDevice:fillMesh:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static ARKit.ARSCNFaceGeometry? Create(Metal.IMTLDevice device, bool fillMesh);
[<Foundation.Export("faceGeometryWithDevice:fillMesh:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLDevice * bool -> ARKit.ARSCNFaceGeometry
Parameters
- device
- IMTLDevice
- fillMesh
- Boolean
Returns
- Attributes