Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.EditorUtils Class Reference

Detailed Description

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...
 

Member Function Documentation

◆ CopyToAsset()

static void Doloro.AI.EditorUtils.CopyToAsset ( this PipelineMap  map,
string  path,
PipelineMap  parent 
)
static

Copying one source to another.

Parameters
pathSaving path.
parentSource map.

◆ CreateInputAreaByVariable()

static bool Doloro.AI.EditorUtils.CreateInputAreaByVariable ( object  obj,
FieldInfo  fi,
PipelineMap  target 
)
static

Creates input field by value meta.

Parameters
obj
fiField information.
targetSource map.

Obsolete editor handler for auto UI generation feature.

◆ SaveToAsset()

static void Doloro.AI.EditorUtils.SaveToAsset ( this PipelineMap  map,
string  path 
)
static

Saves object to asset.

Parameters
pathDestination path.

The documentation for this class was generated from the following file: