Compartir a través de


SCNSceneSource.GetEntryWithIdentifier Método

Definición

Sobrecargas

GetEntryWithIdentifier(String, Class)

Obtiene la entrada identificada por uid.

GetEntryWithIdentifier<T>(String)

Obtiene la entrada identificada por uid.

GetEntryWithIdentifier(String, Class)

Obtiene la entrada identificada por uid.

[Foundation.Export("entryWithIdentifier:withClass:")]
public virtual Foundation.NSObject GetEntryWithIdentifier (string uid, ObjCRuntime.Class entryClass);
abstract member GetEntryWithIdentifier : string * ObjCRuntime.Class -> Foundation.NSObject
override this.GetEntryWithIdentifier : string * ObjCRuntime.Class -> Foundation.NSObject

Parámetros

uid
String
entryClass
Class

Devoluciones

Atributos

Se aplica a

GetEntryWithIdentifier<T>(String)

Obtiene la entrada identificada por uid.

public Foundation.NSObject GetEntryWithIdentifier<T> (string uid);
member this.GetEntryWithIdentifier : string -> Foundation.NSObject

Parámetros de tipo

T

Parámetros

uid
String

Devoluciones

Se aplica a