Share via


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

适用于