MDLSubmesh.FromGeometryElement 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
FromGeometryElement(SCNGeometryElement, IMDLMeshBufferAllocator) |
Crée un sous-fichier à partir de l’élément Scene Kit fourni. |
FromGeometryElement(SCNGeometryElement) |
Crée un objet MDLSubmesh à partir de l’élément géométrique Scene Kit spécifié. |
FromGeometryElement(SCNGeometryElement, IMDLMeshBufferAllocator)
Crée un sous-fichier à partir de l’élément Scene Kit fourni.
[Foundation.Export("submeshWithSCNGeometryElement: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.MDLSubmesh FromGeometryElement (SceneKit.SCNGeometryElement element, ModelIO.IMDLMeshBufferAllocator bufferAllocator);
static member FromGeometryElement : SceneKit.SCNGeometryElement * ModelIO.IMDLMeshBufferAllocator -> ModelIO.MDLSubmesh
Paramètres
- element
- SCNGeometryElement
Retours
- Attributs
S’applique à
FromGeometryElement(SCNGeometryElement)
Crée un objet MDLSubmesh à partir de l’élément géométrique Scene Kit spécifié.
[Foundation.Export("submeshWithSCNGeometryElement:")]
public static ModelIO.MDLSubmesh FromGeometryElement (SceneKit.SCNGeometryElement element);
static member FromGeometryElement : SceneKit.SCNGeometryElement -> ModelIO.MDLSubmesh
Paramètres
- element
- SCNGeometryElement
Retours
- Attributs