This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/example/unity/ARDemoApp/Library/PackageCache/com.unity.xr.arkit@3.0.0-pr.../Runtime/SetReferenceLibraryResult.cs

10 lines
180 B
C#

namespace UnityEngine.XR.ARKit
{
internal enum SetReferenceLibraryResult : int
{
Success,
FeatureUnavailable,
ResourceDoesNotExist
}
}