Upravit

Sdílet prostřednictvím


SCNSceneSource.GetIdentifiersOfEntries Method

Definition

Overloads

GetIdentifiersOfEntries(Class)

Returns the list of identifiers that identify objects that belong to the specified class.

GetIdentifiersOfEntries<T>()

Returns the list of identifiers that identify objects that belong to the specified class.

GetIdentifiersOfEntries(Class)

Returns the list of identifiers that identify objects that belong to the specified class.

[Foundation.Export("identifiersOfEntriesWithClass:")]
public virtual string[] GetIdentifiersOfEntries (ObjCRuntime.Class entryClass);
abstract member GetIdentifiersOfEntries : ObjCRuntime.Class -> string[]
override this.GetIdentifiersOfEntries : ObjCRuntime.Class -> string[]

Parameters

entryClass
Class

Returns

String[]
Attributes

Applies to

GetIdentifiersOfEntries<T>()

Returns the list of identifiers that identify objects that belong to the specified class.

public string[] GetIdentifiersOfEntries<T> ();
member this.GetIdentifiersOfEntries : unit -> string[]

Type Parameters

T

Returns

String[]

Applies to