Share via


SCNGeometry.GetGeometryElement(IntPtr) Method

Definition

Gets the element at elementIndex in the geometry's list of elements.

[Foundation.Export("geometryElementAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SceneKit.SCNGeometryElement GetGeometryElement(IntPtr elementIndex);
[<Foundation.Export("geometryElementAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetGeometryElement : nativeint -> SceneKit.SCNGeometryElement
override this.GetGeometryElement : nativeint -> SceneKit.SCNGeometryElement

Parameters

elementIndex
IntPtr

nativeint

Returns

Attributes

Applies to