Partager via


MDLAsset.GetObject Méthode

Définition

Surcharges

GetObject(nuint)

Retourne l’objet à l’index spécifié.

GetObject(String)

GetObject(nuint)

Retourne l’objet à l’index spécifié.

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

Paramètres

index
System.System.UIntPtr System.unativeint

Retours

Attributs

S’applique à

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

Paramètres

atPath
String

Retours

Attributs

S’applique à