Share via


MDLObjectContainerComponent_Extensions.GetObject 方法

定义

返回位于指定 index处的对象。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.All, null)]
public static ModelIO.MDLObject GetObject (this ModelIO.IMDLObjectContainerComponent This, nuint index);
static member GetObject : ModelIO.IMDLObjectContainerComponent * nuint -> ModelIO.MDLObject

参数

This
IMDLObjectContainerComponent

此方法操作的实例。

index
System.System.UIntPtr System.unativeint

要获取的 对象的索引。

返回

属性

适用于