Share via


SCNSceneSource.GetIdentifiersOfEntries Method

Definition

Overloads

Name Description
GetIdentifiersOfEntries(Class)
GetIdentifiersOfEntries<T>()

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

GetIdentifiersOfEntries(Class)

[Foundation.Export("identifiersOfEntriesWithClass:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetIdentifiersOfEntries(ObjCRuntime.Class entryClass);
[<Foundation.Export("identifiersOfEntriesWithClass:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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