Class GraphInputAnalyser
Inheritance
GraphInputAnalyser
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[Analyser(typeof(GraphInput))]
public class GraphInputAnalyser : UnitAnalyser<GraphInput>, IAssigner, IAnalyser
Constructors
GraphInputAnalyser(GraphReference, GraphInput)
Declaration
public GraphInputAnalyser(GraphReference reference, GraphInput unit)
Parameters
Type | Name | Description |
---|---|---|
GraphReference | reference | |
GraphInput | unit |
Methods
Warnings()
Declaration
protected override IEnumerable<Warning> Warnings()
Returns
Type | Description |
---|---|
IEnumerable<Warning> |
Overrides
Unity.VisualScripting.UnitAnalyser<Unity.VisualScripting.GraphInput>.Warnings()