Partager via


SCNGeometryElement.FromData Méthode

Définition

Crée un élément geometry à partir des valeurs fournies.

[Foundation.Export("geometryElementWithData:primitiveType:primitiveCount:bytesPerIndex:")]
public static SceneKit.SCNGeometryElement FromData (Foundation.NSData data, SceneKit.SCNGeometryPrimitiveType primitiveType, nint primitiveCount, nint bytesPerIndex);
static member FromData : Foundation.NSData * SceneKit.SCNGeometryPrimitiveType * nint * nint -> SceneKit.SCNGeometryElement

Paramètres

data
NSData

À ajouter.

Ce paramètre peut être null.

primitiveType
SCNGeometryPrimitiveType
primitiveCount
System.System.IntPtr System.nativeint
bytesPerIndex
System.System.IntPtr System.nativeint

Retours

Attributs

S’applique à