using UnityEngine; namespace Rokid.UXR.Interaction { /// /// Used on a SerializedField surfaces the expectation that this field can remain empty. /// public class OptionalAttribute : PropertyAttribute { public OptionalAttribute() { } } }