You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Controls/CardUI.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Card UI
2
2
3
-
A range of controls to provide a Card based interface, this includes several capabilties and features to manipulate the cards based on requirements, including:
3
+
A range of controls to provide a Card based interface, this includes several capabilities and features to manipulate the cards based on requirements, including:
4
4
5
5
* 2D Expanding cards
6
6
* 2D Popup, including falling cards
@@ -15,26 +15,27 @@ A range of controls to provide a Card based interface, this includes several cap
15
15
16
16
> 1 [Overview](#overview)
17
17
>
18
-
> 2 [Properties](#properties)
18
+
> 2 [Usage](#usage)
19
19
>
20
-
> 3 [Methods](#methods)
20
+
> 3 [Video Demo](#video-demo)
21
21
>
22
-
> 4 [Usage](#usage)
22
+
> 4 [See also](#see-also)
23
23
>
24
-
> 5 [Video Demo](#video-demo)
24
+
> 5 [Credits and Donation](#credits-and-donation)
25
25
>
26
-
> 6 [See also](#see-also)
27
-
>
28
-
> 7 [Credits and Donation](#credits-and-donation)
29
-
>
30
-
> 8 [External links](#external-links)
26
+
> 6 [External links](#external-links)
31
27
32
28
---------
33
29
34
30
## Overview
35
31
36
32
The range of Card UI controls give you several options for creating card like UI elements for your project.
37
33
34
+
* 2D Expanding Card - A clickable/expandable card layout.
35
+
* 2D Popup - Physics enabled falling cards.
36
+
* 2D Stacked cards - A depth orientated controller for displaying cards stacked on top of each other.
37
+
* 3D Cards - Custom panel meshes with rounded corners for advanced effect.
0 commit comments