C# Class Tango.OrientationManager

Manages the orientation of the screen.
Afficher le fichier Open project: ashomk/beerpong Class Usage Examples

Méthodes publiques

Méthode Description
GetScreenOrientation ( ) : ScreenOrientation

Gets the Screen orientation.

GetWorldRotation ( ) : Quaternion

Get the current world rotation.

Method Details

GetScreenOrientation() public static méthode

Gets the Screen orientation.
public static GetScreenOrientation ( ) : ScreenOrientation
Résultat ScreenOrientation

GetWorldRotation() public static méthode

Get the current world rotation.
public static GetWorldRotation ( ) : Quaternion
Résultat UnityEngine.Quaternion