Modifica

Condividi tramite


SCNSceneSource.GetEntryWithIdentifier Method

Definition

Overloads

GetEntryWithIdentifier(String, Class)

Gets the entry that is identified by uid.

GetEntryWithIdentifier<T>(String)

Gets the entry that is identified by uid.

GetEntryWithIdentifier(String, Class)

Gets the entry that is identified by 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

Parameters

uid
String
entryClass
Class

Returns

Attributes

Applies to

GetEntryWithIdentifier<T>(String)

Gets the entry that is identified by uid.

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

Type Parameters

T

Parameters

uid
String

Returns

Applies to