Share via


SCNGeometry.FromMesh(MDLMesh) Method

Definition

[Foundation.Export("geometryWithMDLMesh:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SceneKit.SCNGeometry FromMesh(ModelIO.MDLMesh mesh);
[<Foundation.Export("geometryWithMDLMesh:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromMesh : ModelIO.MDLMesh -> SceneKit.SCNGeometry

Parameters

mesh
MDLMesh

Returns

Attributes

Applies to