namespace UnityEngine.XR.Content.Interaction { /// /// An asset that represents a key. Used to check if an object can perform some action /// ( and ) /// [CreateAssetMenuAttribute(menuName = "XR/Key Lock System/Key")] public class Key : ScriptableObject { } }