Class ScriptGraphValidator
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public class ScriptGraphValidator
Properties
InvalidConnectionsRemoved
Declaration
public int InvalidConnectionsRemoved { get; }
Property Value
| Type | Description |
|---|---|
| int |
InvalidReferenceNodesRemoved
Declaration
public int InvalidReferenceNodesRemoved { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ValidateAndRepair(ScriptGraphGraph)
Declaration
public void ValidateAndRepair(ScriptGraphGraph graph)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptGraphGraph | graph |