Inspector class used to edit Inventory Databases.
More...
|
| Rect | DrawSprite (Texture2D tex, Rect sprite, Material mat) |
| | Draw an enlarged sprite within the specified texture atlas. More...
|
| |
| Rect | DrawSprite (Texture2D tex, Rect sprite, Material mat, bool addPadding) |
| | Draw an enlarged sprite within the specified texture atlas. More...
|
| |
| Rect | DrawSprite (Texture2D tex, Rect sprite, Material mat, bool addPadding, int maxSize) |
| | Draw an enlarged sprite within the specified texture atlas. More...
|
| |
| override void | OnInspectorGUI () |
| | Draw the inspector widget. More...
|
| |
Inspector class used to edit Inventory Databases.
| Rect InvDatabaseInspector.DrawSprite |
( |
Texture2D |
tex, |
|
|
Rect |
sprite, |
|
|
Material |
mat |
|
) |
| |
Draw an enlarged sprite within the specified texture atlas.
| Rect InvDatabaseInspector.DrawSprite |
( |
Texture2D |
tex, |
|
|
Rect |
sprite, |
|
|
Material |
mat, |
|
|
bool |
addPadding |
|
) |
| |
Draw an enlarged sprite within the specified texture atlas.
| Rect InvDatabaseInspector.DrawSprite |
( |
Texture2D |
tex, |
|
|
Rect |
sprite, |
|
|
Material |
mat, |
|
|
bool |
addPadding, |
|
|
int |
maxSize |
|
) |
| |
Draw an enlarged sprite within the specified texture atlas.
| override void InvDatabaseInspector.OnInspectorGUI |
( |
| ) |
|
Draw the inspector widget.
Helper function that sets the index to the index of the specified item.
The documentation for this class was generated from the following file: