Freigeben über


MDLAsset.GetObjectAtIndexedSubscript(UIntPtr) Method

Definition

Returns the top-level MDLObject node in this asset's indexed list of MDLObject nodes, at the specified index.

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

Parameters

index
UIntPtr

unativeint

Returns

Attributes

Applies to