Share via


ARReferenceObject.GetReferenceObjects(String, NSBundle) Method

Definition

[Foundation.Export("referenceObjectsInGroupNamed:bundle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSSet<ARKit.ARReferenceObject>? GetReferenceObjects(string resourceGroupName, Foundation.NSBundle? bundle);
[<Foundation.Export("referenceObjectsInGroupNamed:bundle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetReferenceObjects : string * Foundation.NSBundle -> Foundation.NSSet<ARKit.ARReferenceObject>

Parameters

resourceGroupName
String
bundle
NSBundle

Returns

Attributes

Applies to