MDLSubmesh.FromGeometryElement Méthode

Définition

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

bufferAllocator
IMDLMeshBufferAllocator

À ajouter.

Ce paramètre peut être null.

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

Retours

Attributs

S’applique à