SCNGeometry.GetGeometryElement(nint) 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.
Gets the element at elementIndex
in the geometry's list of elements.
[Foundation.Export("geometryElementAtIndex:")]
public virtual SceneKit.SCNGeometryElement GetGeometryElement (nint elementIndex);
abstract member GetGeometryElement : nint -> SceneKit.SCNGeometryElement
override this.GetGeometryElement : nint -> SceneKit.SCNGeometryElement
Parameters
- elementIndex
- System.System.IntPtr System.nativeint
Returns
- Attributes