次の方法で共有


MDLAsset.GetObject メソッド

定義

オーバーロード

GetObject(nuint)

指定したインデックス位置にある オブジェクトを返します。

GetObject(String)

GetObject(nuint)

指定したインデックス位置にある オブジェクトを返します。

[Foundation.Export("objectAtIndex:")]
public virtual ModelIO.MDLObject GetObject (nuint index);
abstract member GetObject : nuint -> ModelIO.MDLObject
override this.GetObject : nuint -> ModelIO.MDLObject

パラメーター

index
System.System.UIntPtr System.unativeint

戻り値

属性

適用対象

GetObject(String)

[Foundation.Export("objectAtPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ModelIO.MDLObject GetObject (string atPath);
abstract member GetObject : string -> ModelIO.MDLObject
override this.GetObject : string -> ModelIO.MDLObject

パラメーター

atPath
String

戻り値

属性

適用対象