ARReferenceObject.GetReferenceObjects(String, NSBundle) 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.
Gets instances of all the ARReferenceObject in the specified resourceGroupName
in the bundle
.
[Foundation.Export("referenceObjectsInGroupNamed:bundle:")]
public static Foundation.NSSet<ARKit.ARReferenceObject> GetReferenceObjects (string resourceGroupName, Foundation.NSBundle bundle);
static member GetReferenceObjects : string * Foundation.NSBundle -> Foundation.NSSet<ARKit.ARReferenceObject>
Parameters
- resourceGroupName
- String
- bundle
- NSBundle
Returns
- Attributes