mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-16 16:34:41 +01:00
9 lines
97 B
C#
9 lines
97 B
C#
public enum UniWebViewTransitionEdge
|
|
{
|
|
None = 0,
|
|
Top = 1,
|
|
Left = 2,
|
|
Bottom = 3,
|
|
Right = 4
|
|
}
|