Class FlowGraphValidator
Validate flow graph whether it can be compiled
Inheritance
object
FlowGraphValidator
Namespace: Ceres.Editor
Assembly: cs.temp.dll.dll
Syntax
public class FlowGraphValidator : IDisposable
Methods
Dispose()
Declaration
public void Dispose()
MarkAsInvalid(ExecutableNodeView, string)
Declaration
public void MarkAsInvalid(ExecutableNodeView nodeView, string reason = null)
Parameters
Type | Name | Description |
---|---|---|
ExecutableNodeView | nodeView | |
string | reason |