Class ScriptGraphValidator
Inheritance
object
ScriptGraphValidator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |