Method | Description | |
---|---|---|
DrawSprite ( |
Draw an enlarged sprite within the specified texture atlas.
|
|
DrawSprite ( |
Draw an enlarged sprite within the specified texture atlas.
|
|
DrawSprite ( |
Draw an enlarged sprite within the specified texture atlas.
|
|
OnInspectorGUI ( ) : void |
Draw the inspector widget.
|
|
SelectIndex ( InvDatabase, db, InvBaseItem, item ) : void |
Helper function that sets the index to the index of the specified item.
|
public DrawSprite ( |
||
tex | ||
sprite | Rect | |
mat | Material | |
return | Rect |
public DrawSprite ( |
||
tex | ||
sprite | Rect | |
mat | Material | |
addPadding | bool | |
return | Rect |
public DrawSprite ( |
||
tex | ||
sprite | Rect | |
mat | Material | |
addPadding | bool | |
maxSize | int | |
return | Rect |
public static SelectIndex ( InvDatabase, db, InvBaseItem, item ) : void | ||
db | InvDatabase, | |
item | InvBaseItem, | |
return | void |