SCNGeometryElement.FromData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new geometry element from the provided values.
[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
Parameters
- primitiveType
- SCNGeometryPrimitiveType
- primitiveCount
- System.System.IntPtr System.nativeint
- bytesPerIndex
- System.System.IntPtr System.nativeint
Returns
- Attributes