Share via


MDLObjectContainer.GetObject(UIntPtr) Method

Definition

Returns the object at the specified index.

[Foundation.Export("objectAtIndexedSubscript:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ModelIO.MDLObject GetObject(UIntPtr index);
[<Foundation.Export("objectAtIndexedSubscript:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetObject : unativeint -> ModelIO.MDLObject
override this.GetObject : unativeint -> ModelIO.MDLObject

Parameters

index
UIntPtr

unativeint

The index of the object to get.

Returns

Implements

Attributes

Applies to