Vixen
02b45cc4
csharp
public sealed class HeaderAttribute

Starts a titled section before the member it is on.

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

As a annotation

Valid on
Property, Field

Remarks

The heading belongs to the member that follows it rather than being its own declaration, because a heading with nothing under it is the state a section gets into when someone deletes the last field in it — and a heading attached to a field cannot survive that field's deletion.

Fields and properties (1)

  • public string Title

    What the section is called.

Methods (1)

  • public HeaderAttribute(string title)

    Starts a titled section before the member it is on.

Used by (12)

  • Describes_Vixen_Editor_App_ProjectAssetVixen.Editor.App
  • Describes_Vixen_Editor_App_SceneEntityVixen.Editor.App
  • Describes_Vixen_Editor_Inspector_Tests_InspectedEntityVixen.Editor.Inspector.Tests
  • Describes_Vixen_Editor_Inspector_Tests_WaterMaterialVixen.Editor.Inspector.Tests
  • Describes_Vixen_Editor_Terrain_FoliageSettingsVixen.Editor.Terrain
  • Describes_Vixen_Editor_Terrain_TerrainToolSettingsVixen.Editor.Terrain
  • FoliageSettingsVixen.Editor.Terrain
  • InspectedEntityVixen.Editor.Inspector.Tests
  • ProjectAssetVixen.Editor.App
  • SceneEntityVixen.Editor.App
  • TerrainToolSettingsVixen.Editor.Terrain
  • WaterMaterialVixen.Editor.Inspector.Tests