Class ProcessEditor
Events
onProcessChanged
public Action onProcessChanged
onProcessChanging
public Action onProcessChanging
Properties
title
public string title { get; }
icon
public Texture icon { get; }
stepGraphView
public StepGraphView stepGraphView { get; private set; }
Methods
static T OpenProcessEditorWindow<T>()
public static T OpenProcessEditorWindow<T>()
static bool OpenFile(string relativeProjectPath)
public static bool OpenFile(string relativeProjectPath)
static bool Open(Object processAssetObject)
public static bool Open(Object processAssetObject)
static void Open(EditorProcessInfo editorProcessInfo)
public static void Open(EditorProcessInfo editorProcessInfo)
static EditorProcessInfo LoadFromAsset(Object obj)
public static EditorProcessInfo LoadFromAsset(Object obj)
void OpenProcessFile(string relativeProjectPath)
public void OpenProcessFile(string relativeProjectPath)
void LoadProcess(EditorProcessInfo editorProcessInfo)
public void LoadProcess(EditorProcessInfo editorProcessInfo)