Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 932 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 932 Bytes

Custom scaling viewboxes for WPF/NoesisGUI (Unity3D example)

Installation

Copy the "TestCustomViewboxes" folder to the Unity3D project into Assets folder. Please be sure you have NoesisGUI installed before doing this. Then you could open test scenes and play them.

Controls description

There are two example scenes - TestWindow and TestHUD:

  • TestWindow example uses a ScreenViewbox - it simple scale its content proportionally to the screen size.
  • TestHUD example uses several ScreenAutoViewbox'es. It's a more complicated control: it scale its content proportionally to the screen size and with accordance to its multiplier factor. It will also properly align control according to Horizontal/Vertical alignment and takes margins into account.

Forums topic - http://www.noesisengine.com/forums/viewtopic.php?f=3&t=822&p=4550#p4550

Screenshot