Vixen
02b45cc4
csharp
public sealed class RadialItem

One wedge of a radial menu.

Read the guide page for this →

Remarks

A ButtonBase for PaletteRow's reason: the rows must not take the focus, because a radial menu is aimed with the pointer and confirmed with a release, and a focus ring wandering round the ring as the mouse moves would be a second highlight saying something else.

Fields and properties (3)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • public int Index

    Which wedge it is, clockwise from the top.

  • public float Angle

    The angle its centre sits at, in radians, with zero pointing up.

Used by (3)

  • RadialMenuVixen.Ui.Controls
  • EditorApplicationVixen.Editor.App
  • SceneMenuTestsVixen.Editor.App.Tests