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