Compartilhar via


SCNSceneSource.GetEntryWithIdentifier Método

Definição

Sobrecargas

GetEntryWithIdentifier(String, Class)

Obtém a entrada identificada por uid.

GetEntryWithIdentifier<T>(String)

Obtém a entrada identificada por uid.

GetEntryWithIdentifier(String, Class)

Obtém a 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

Retornos

Atributos

Aplica-se a

GetEntryWithIdentifier<T>(String)

Obtém a 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

Retornos

Aplica-se a