NGUI: Next-Gen UI kit  3.7.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
WindowAutoYaw Class Reference

Attaching this script to an object will make it turn as it gets closer to left/right edges of the screen. Look at how it's used in Example 6. More...

Inheritance diagram for WindowAutoYaw:

Public Attributes

int updateOrder = 0
 
Camera uiCamera
 
float yawAmount = 20f
 

Detailed Description

Attaching this script to an object will make it turn as it gets closer to left/right edges of the screen. Look at how it's used in Example 6.

Member Data Documentation

Camera WindowAutoYaw.uiCamera
int WindowAutoYaw.updateOrder = 0
float WindowAutoYaw.yawAmount = 20f

The documentation for this class was generated from the following file: