다음을 통해 공유


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

반환

특성

적용 대상