namespace UnityEngine.XR.Interaction.Toolkit.Filtering { /// /// Attribute used to mark the m_Enabled serialized field of XR Target Evaluators to allow its /// and methods to be invoked at runtime /// when toggled in the Inspector window. /// /// class XRTargetEvaluatorEnabledAttribute : PropertyAttribute { } }