13 lines
254 B
C#
13 lines
254 B
C#
using UnityEngine.XR.Management;
|
|
|
|
namespace UnityEngine.XR.ARKit
|
|
{
|
|
/// <summary>
|
|
/// Settings to control the ARKitLoader behavior.
|
|
/// </summary>
|
|
[System.Serializable]
|
|
public class ARKitLoaderSettings : ScriptableObject
|
|
{
|
|
}
|
|
}
|