Difference between revisions of "DeviceOrientationDetector"

From Headbone Creative
Jump to: navigation, search
(Updating API info)
(Updating API info)
Line 1: Line 1:
This script keeps track of the current [http://en.wikipedia.org/wiki/Aspect_ratio_(image) aspect ratio] of the screen. When the aspect ratio changes, it notifies all [[DeviceOrientationListener]]s in the scene. There only needs to be one of these in the scene.   
+
This script keeps track of the current [http://en.wikipedia.org/wiki/Aspect_ratio_(image) aspect ratio] of the screen. When the aspect ratio changes, it notifies all [[DeviceOrientationListener]]s in the scene. There only needs to be one of these in the scene.  The aspect ratio is passed as a float, which is the width divided by the height.
  
 
== Public Functions ==
 
== Public Functions ==

Revision as of 02:16, 17 April 2013

This script keeps track of the current aspect ratio of the screen. When the aspect ratio changes, it notifies all DeviceOrientationListeners in the scene. There only needs to be one of these in the scene. The aspect ratio is passed as a float, which is the width divided by the height.

Public Functions

void FindAllListeners ()

This is called on Start to find all listeners in the scene. It can be called at other times if new listeners are added after the scene begins.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox