Skip to content

Commit 14615d5

Browse files
Updated Card UI Controls to be clearer
1 parent f97ba3c commit 14615d5

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

Controls/CardUI.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Card UI
22

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:
44

55
* 2D Expanding cards
66
* 2D Popup, including falling cards
@@ -15,26 +15,27 @@ A range of controls to provide a Card based interface, this includes several cap
1515

1616
> 1 [Overview](#overview)
1717
>
18-
> 2 [Properties](#properties)
18+
> 2 [Usage](#usage)
1919
>
20-
> 3 [Methods](#methods)
20+
> 3 [Video Demo](#video-demo)
2121
>
22-
> 4 [Usage](#usage)
22+
> 4 [See also](#see-also)
2323
>
24-
> 5 [Video Demo](#video-demo)
24+
> 5 [Credits and Donation](#credits-and-donation)
2525
>
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)
3127
3228
---------
3329

3430
## Overview
3531

3632
The range of Card UI controls give you several options for creating card like UI elements for your project.
3733

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.
38+
3839
|2D Card Expanding|2D Popup Cards
3940
|---|---|
4041
|![2D Card Expanding Inspector](Images/CardUI2DExpandingInspector.jpg)|![2D Popup Cards Inspector](Images/CardUI2DPopupInspector.jpg)
@@ -47,7 +48,7 @@ The range of Card UI controls give you several options for creating card like UI
4748

4849
## Usage
4950

50-
For best demonstrations in the use and setup of the Card UI controls, checkout the scenes in the Unity UI Extensions Examples
51+
For fuller demonstration of the setup of the Card UI controls, checkout the CardUI scenes in the Unity UI Extensions Examples,
5152

5253
---------
5354

0 commit comments

Comments
 (0)