Interface IAnalyser
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
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 |
---|---|
bool |
Methods
Validate()
Declaration
void Validate()