SCNGeometry.InsertMaterial(SCNMaterial, 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.
Inserts the specified material
at the specified index
.
[Foundation.Export("insertMaterial:atIndex:")]
public virtual void InsertMaterial (SceneKit.SCNMaterial material, nint index);
abstract member InsertMaterial : SceneKit.SCNMaterial * nint -> unit
override this.InsertMaterial : SceneKit.SCNMaterial * nint -> unit
Parameters
- material
- SCNMaterial
- index
- System.System.IntPtr System.nativeint
- Attributes