共用方式為


SCNSceneSource.GetIdentifiersOfEntries 方法

定義

多載

GetIdentifiersOfEntries(Class)

傳回識別碼清單,識別屬於指定類別的物件。

GetIdentifiersOfEntries<T>()

傳回識別碼清單,識別屬於指定類別的物件。

GetIdentifiersOfEntries(Class)

傳回識別碼清單,識別屬於指定類別的物件。

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

參數

entryClass
Class

傳回

String[]
屬性

適用於

GetIdentifiersOfEntries<T>()

傳回識別碼清單,識別屬於指定類別的物件。

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

類型參數

T

傳回

String[]

適用於