UltimateXR.Attributes Namespace

Classes

ClassDescription
Public classReadOnlyAttribute Attribute to visualize inspector fields as read-only so that they can’t be edited. This can be used for debugging purposes, to expose component information to the user but without the possibility to edit the data. It also provides additional functionality:  
  • Make the field read-only during play mode but editable during edit mode.
  • Hide the field during edit-mode.