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