summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UniWebView/Script/UniWebViewOrientation.cs
blob: 3431794f3146493ed978ce9336ae28d2648b1651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
//    UniWebViewOrientation.cs
//  Created by Wang Wei(@onevcat) on 2014-10-7.
//
/// <summary>
/// The orientation of screen. If screen height larger than width, landscape. Otherwise, portrait.
/// </summary>
public enum UniWebViewOrientation
{
    Portrait,
    LandScape
}