Vixen
02b45cc4
csharp
public sealed class InspectorReadOnlyAttribute

Shows the member without letting it be changed.

No guide page documents this yet — the page shows what the code says about itself.

As a annotation

Valid on
Property, Field

Remarks

Different from having no setter: a computed diagnostic is unwritable and this is a member the inspector is told not to write. Both end up read-only, and only one of them is a decision.

Used by (2)

  • Describes_Vixen_Editor_Inspector_Tests_WaterMaterialVixen.Editor.Inspector.Tests
  • WaterMaterialVixen.Editor.Inspector.Tests