|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Editor the allows to draw content of the Table in editor.
Explore API: Doloro.DataManagement.Tables.TableEditor
In fact it creates virtual Spreadsheet that exists only at runtime and works via the Spreadsheet Editor.
You may always access using virtual spreadsheet via following properties:
You may draw in-editor GUI for the Table source in a several ways.
The result and performance are not too different so you may use any option you'd like.
via static API
| Member | Type | Meaning |
|---|---|---|
| ELEMENT_RECT | UnityEngine.Rect | Rect of the table GUI element to draw. |
| SOURCE_TABLE | Table | A table supplying GUI with a content. |
via Editor obejct
Editor that displays UI for single Table + Spreadsheet pair.
Explore API: Doloro.DataManagement.Tables.SpreadsheetEditor
You may draw in-editor GUI for the Spreadsheet source in a several ways.
The result and performance is not too different so you may use any option you'd like.
via static API
| Member | Type | Meaning |
|---|---|---|
| ELEMENT_RECT | UnityEngine.Rect | Rect of the table GUI element to draw. |
| SOURCE_SPREADSHEET | Spreadsheet | A spreadsheet with Table content supplying GUI with a data. |
via Editor obejct
Editor that manages data provides with the Solution instance.