MDLMesh.FromGeometry Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
FromGeometry(SCNGeometry) | |
FromGeometry(SCNGeometry, IMDLMeshBufferAllocator) |
FromGeometry(SCNGeometry)
[Foundation.Export("meshWithSCNGeometry:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static ModelIO.MDLMesh FromGeometry (SceneKit.SCNGeometry geometry);
static member FromGeometry : SceneKit.SCNGeometry -> ModelIO.MDLMesh
Parametri
- geometry
- SCNGeometry
Restituisce
- Attributi
Si applica a
FromGeometry(SCNGeometry, IMDLMeshBufferAllocator)
[Foundation.Export("meshWithSCNGeometry:bufferAllocator:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static ModelIO.MDLMesh FromGeometry (SceneKit.SCNGeometry geometry, ModelIO.IMDLMeshBufferAllocator bufferAllocator);
static member FromGeometry : SceneKit.SCNGeometry * ModelIO.IMDLMeshBufferAllocator -> ModelIO.MDLMesh
Parametri
- geometry
- SCNGeometry
Restituisce
- Attributi