SCNGeometryElement.FromData 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從提供的值建立新的 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
參數
- primitiveType
- SCNGeometryPrimitiveType
- primitiveCount
- System.System.IntPtr System.nativeint
- bytesPerIndex
- System.System.IntPtr System.nativeint
傳回
- 屬性