AdamsLair/duality

Introduce an AnglePropertyEditor

Offen

#529 geöffnet am 01.05.2017

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (287 Forks)auto 404
EditorFeatureHelp WantedUsability

Repository-Metriken

Stars
 (1.425 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Summary

It's a somewhat common case to specify angles in the inspector. However, radian angles as used throughout Duality are not easily readable by humans. There should be a specialized property editor for angles that allows to switch between radians and degrees and defaults to degrees.

Analysis

  • Note that issue #528 is a prerequisite to this.
  • The editor should feel like an "extended numeric editor", so nothing entirely new. Same float field, limits, dragdrop, etc.
  • There should be a unit label (deg / rad) with a button area of some sort for switching units.

Contributor Guide