共用方式為


SCNGeometryElement.FromData 方法

定義

從提供的值建立新的 geometry 元素。

[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

參數

data
NSData

即將加入。

這個參數可以是 null

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

傳回

屬性

適用於