Share via


SCNSceneSource.GetEntryWithIdentifier Method

Definition

Overloads

Name Description
GetEntryWithIdentifier(String, Class)
GetEntryWithIdentifier<T>(String)

Gets the entry that is identified by uid.

GetEntryWithIdentifier(String, Class)

[Foundation.Export("entryWithIdentifier:withClass:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? GetEntryWithIdentifier(string uid, ObjCRuntime.Class entryClass);
[<Foundation.Export("entryWithIdentifier:withClass:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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