1234567891011121314151617 |
- //-----------------------------------------------------------------------
- //-----------------------------------------------------------------------
- namespace Rokid.XR.Core
- {
- using UnityEngine;
- /// <summary>
- /// XR Settings for XR Plugin.
- /// Required by XR Management package.
- /// </summary>
- [System.Serializable]
- public class XRSettings : ScriptableObject
- {
- }
- }
|