Search
Try Notion
Properties
Search
Name
Type
Description
Transform
The related title game object used to display the title of the card item.
Transform
The related subtitle game object used to display the subtitle of the card item.
Image
The related image game object used to display the image of the card item.
Transform
The related description game object used to display the description of the card item.
OnCardClickedHandler(Card card)
A delegation event that's triggered when the card item is clicked. It can be subscribed/unsubscribed. Please checkout Demo/ExampleCardItemAction.csfor an example.
Card
The card contains all the contents of a card item including the title, subtitle, description and image.
Count6