Data, Curve & String tables, Data assets, DataRegistry¶
DataTable / CurveTable / StringTable authoring, Data Assets, and Data Registries.
5 toolset(s), 35 tool(s). Full schemas in the raw catalog.
editor_toolset.toolsets.data_table.DataTableTools · raw schemas¶
Provides tools for creating and editing DataTable assets.
| Tool | Summary |
|---|---|
editor_toolset.toolsets.data_table.DataTableTools.add_rows |
Adds new rows with default values to the data table. |
editor_toolset.toolsets.data_table.DataTableTools.create |
Creates a new DataTable asset with the specified column schema. |
editor_toolset.toolsets.data_table.DataTableTools.get_rows |
Returns the column values for one or more rows as a JSON string. |
editor_toolset.toolsets.data_table.DataTableTools.get_schema |
Returns the column schema of the data table as a JSON string. |
editor_toolset.toolsets.data_table.DataTableTools.import_file |
Imports a file from disk as a DataTable asset. |
editor_toolset.toolsets.data_table.DataTableTools.list_rows |
Lists the names of all rows in the data table. |
editor_toolset.toolsets.data_table.DataTableTools.remove_rows |
Removes rows from the data table. |
editor_toolset.toolsets.data_table.DataTableTools.rename_rows |
Renames one or more rows in the data table. |
editor_toolset.toolsets.data_table.DataTableTools.search_row_structs |
Finds structs that can be used as a DataTable schema. |
editor_toolset.toolsets.data_table.DataTableTools.set_rows |
Sets column values for one or more rows. |
editor_toolset.toolsets.curve_table.CurveTableTools · raw schemas¶
Provides tools for creating and editing CurveTable assets.
| Tool | Summary |
|---|---|
editor_toolset.toolsets.curve_table.CurveTableTools.add_key |
Adds a key to a row. |
editor_toolset.toolsets.curve_table.CurveTableTools.add_row |
Adds a new row to the curve table with an optional default value. |
editor_toolset.toolsets.curve_table.CurveTableTools.create |
Creates a new CurveTable asset. |
editor_toolset.toolsets.curve_table.CurveTableTools.get_keys |
Returns all keys for a row. |
editor_toolset.toolsets.curve_table.CurveTableTools.import_file |
Imports a file from disk as a CurveTable asset. |
editor_toolset.toolsets.curve_table.CurveTableTools.list_rows |
Lists the names of all rows in the curve table. |
editor_toolset.toolsets.curve_table.CurveTableTools.remove_row |
Removes a row from the curve table. |
editor_toolset.toolsets.curve_table.CurveTableTools.rename_row |
Renames a row in the curve table. |
editor_toolset.toolsets.curve_table.CurveTableTools.set_keys |
Replaces all keys in a row with the provided list. |
editor_toolset.toolsets.string_table.StringTableTools · raw schemas¶
Provides tools for creating and editing StringTable assets.
| Tool | Summary |
|---|---|
editor_toolset.toolsets.string_table.StringTableTools.create |
Creates a new StringTable asset. |
editor_toolset.toolsets.string_table.StringTableTools.get_entry |
Returns the source string for a specific key. |
editor_toolset.toolsets.string_table.StringTableTools.get_namespace |
Returns the namespace of a StringTable asset. |
editor_toolset.toolsets.string_table.StringTableTools.get_table_id |
Returns the table ID for a StringTable asset. |
editor_toolset.toolsets.string_table.StringTableTools.import_file |
Imports a file from disk as a StringTable asset. |
editor_toolset.toolsets.string_table.StringTableTools.list_keys |
Lists all keys in the string table. |
editor_toolset.toolsets.string_table.StringTableTools.remove_entry |
Removes an entry from the string table. |
editor_toolset.toolsets.string_table.StringTableTools.set_entry |
Adds or updates an entry in the string table. |
editor_toolset.toolsets.data_asset.DataAssetTools · raw schemas¶
Provides tools for working with Data Assets.
| Tool | Summary |
|---|---|
editor_toolset.toolsets.data_asset.DataAssetTools.create |
Creates a new DataAsset asset in the project. |
DataRegistryToolset.DataRegistryTools · raw schemas¶
Provides tools for querying and inspecting Data Registries.
| Tool | Summary |
|---|---|
DataRegistryToolset.DataRegistryTools.GetItems |
Returns cached item data. |
DataRegistryToolset.DataRegistryTools.GetRegistryInfo |
Returns detailed information about a specific registry. |
DataRegistryToolset.DataRegistryTools.GetSchema |
Returns the item struct schema as JSON. |
DataRegistryToolset.DataRegistryTools.ListDataSources |
Returns the editor-defined sources configured on a Data Registry. |
DataRegistryToolset.DataRegistryTools.ListItems |
Returns all item names in a Data Registry. |
DataRegistryToolset.DataRegistryTools.ListRegistries |
Returns the names of all registered Data Registries. |
DataRegistryToolset.DataRegistryTools.ListRuntimeSources |
Returns the runtime sources for a Data Registry. |