This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
GHzGlass
/
GHZLangChao
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ef32e07b7a
Branches
Tags
F/20231018_Demo
F/20231026_RTCChange
F/20231114_RTCFusion
F/20231201_XJDemo
F/20240219_Hot
XJDemoGHZ
master
GHZLangChao
/
Assets
/
LangChaoRTC
/
Remote
/
Scripts
/
Effect.cs
Effect.cs
90 B
Historique
Raw
1
2
3
4
5
6
7
8
9
public enum Effect
{
None = 0,
Normal =1,
NormalY = 2,
RotateX = 3
}