SCNSceneSource.GetIdentifiersOfEntries Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]