This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
LuanShi
/
ZhenShiXunYouJi2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commits
1
Branch
66 MiB
Unity3D Asset
73.6%
C#
25.7%
Objective-C
0.5%
Tree:
952315fdf0
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '952315fdf0'
${ noResults }
ZhenShiXunYouJi2
/
Assets
/
Scripts
/
DeviceFormFactor.cs
10 lines
98 B
Raw
Blame
History
using System;
public enum DeviceFormFactor
{
Desktop,
Tablet,
Phone,
MacOSDesktop
}