10 lines
171 B
C#
10 lines
171 B
C#
namespace UnityEngine.XR.ARKit
|
|
{
|
|
internal enum SetReferenceLibraryResult : int
|
|
{
|
|
Success,
|
|
FeatureUnavailable,
|
|
ResourceDoesNotExist
|
|
}
|
|
}
|