Implementation of a simple image item that can be used with the SleekInventory system.
More...
|
|
| ImageItem (Texture texture) |
| |
|
| ImageItem (Texture texture, string tooltip) |
| |
| override void | OnGUI (Rect area, bool isDragged) |
| | Custom drawing routine that needs to be implemented by each inventory item. More...
|
| |
|
override string | ToString () |
| |
| override Vector2 | GetLastDrawingSize () |
| | Method to return the size of the item last time it has been drawn using OnGUI(). More...
|
| |
|
override string | ToString () |
| |
|
override string | ToString () |
| |
|
|
Texture | Icon [get, set] |
| |
|
Rect | ItemArea [get, set] |
| |
|
string | Tooltip [get, set] |
| |
|
string | ItemType [get] |
| |
|
string | IconName [get] |
| |
|
IInventoryDragTarget | OldDragTarget [get, set] |
| |
Implementation of a simple image item that can be used with the SleekInventory system.
| override void SleekInventorySystem.ImageItem.OnGUI |
( |
Rect |
area, |
|
|
bool |
isDragged |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file:
- D:/projects/sleekinventory/src/Assets/Plugins/SleekInventory/scripts/ImageItem.cs