|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Loadable resource that implements conception of the in-game inventory item.
Defines item integration rules with the AItemFeature components applied to prefab.


Protected Member Functions | |
| virtual Texture2D | OnPreviewRender () |
| Occurs in case if there is no predefined preview. More... | |
Properties | |
| AssetPropertiesCollection | properties [get] |
| Soft properties applied for the item. | |
| Texture2D | preview [get, set] |
| Image to display. More... | |
| string | title [get, set] |
| Title of the item. | |
| string | description [get, set] |
| Description of the item. | |
| IEnumerable< FeatureType > | features [get] |
| Collection of features applied to the resource instance. | |
|
protectedvirtual |
Occurs in case if there is no predefined preview.
null by default.
|
getset |
Image to display.
Calls OnPreviewRender if not defined explicitly or via Static Preview editor field.