Click or drag to resize

Item

Item TypeManual / Addons / Item / ItemPlant

Item

A basic component for items of the game framework. The base settings are configured by means of Item Type.

Contents
Overview

Using this class, you can create objects that can take and use by a character. The examples are placed in "Assets\Content\Items".

Screenshot999999999999999999999999665.png
How to use

Character can interact with the object.

Screenshot999999999999999999999999666.png
Screenshot999999999999999999999999667.png
Customization

The item is customizable by using Item Type component.

Properties
Name Description
Item Type The type of the item.
Item Count The amount of items in the component.
See also
Item TypePlant