次の方法で共有


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[]

適用対象