SCNGeometry.GetGeometryElement(IntPtr) 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:")]
[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