SCNSceneSource.GetEntryWithIdentifier 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
GetEntryWithIdentifier(String, Class) |
Gets the entry that is identified by |
GetEntryWithIdentifier<T>(String) |
Gets the entry that is identified by |
GetEntryWithIdentifier(String, Class)
Gets the entry that is identified by uid
.
[Foundation.Export("entryWithIdentifier:withClass:")]
public virtual Foundation.NSObject GetEntryWithIdentifier (string uid, ObjCRuntime.Class entryClass);
abstract member GetEntryWithIdentifier : string * ObjCRuntime.Class -> Foundation.NSObject
override this.GetEntryWithIdentifier : string * ObjCRuntime.Class -> Foundation.NSObject
Parameters
- uid
- String
- entryClass
- Class
Returns
- Attributes