Interface IAnalyser
Namespace: Unity.VisualScripting
Syntax
public interface IAnalyser
Properties
analysis
Declaration
IAnalysis analysis { get; }
Property Value
| Type | Description |
|---|---|
| IAnalysis |
isDirty
Declaration
bool isDirty { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Validate()
Declaration
void Validate()