Share via


SCNGeometry.RemoveMaterial(IntPtr) Method

Definition

Removes the material at the specified index.

[Foundation.Export("removeMaterialAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveMaterial(IntPtr index);
[<Foundation.Export("removeMaterialAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveMaterial : nativeint -> unit
override this.RemoveMaterial : nativeint -> unit

Parameters

index
IntPtr

nativeint

Attributes

Applies to