|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Bunch of editor related utilities.
Static Public Member Functions | |
| static void | SaveToAsset (this PipelineMap map, string path) |
| Saves object to asset. More... | |
| static void | CopyToAsset (this PipelineMap map, string path, PipelineMap parent) |
| Copying one source to another. More... | |
| static bool | CreateInputAreaByVariable (object obj, FieldInfo fi, PipelineMap target) |
| Creates input field by value meta. More... | |
|
static |
Copying one source to another.
| path | Saving path. |
| parent | Source map. |
|
static |
Creates input field by value meta.
| obj | |
| fi | Field information. |
| target | Source map. |
Obsolete editor handler for auto UI generation feature.
|
static |
Saves object to asset.
| path | Destination path. |