Interface IGraphElementAnalysis
Namespace: Unity.VisualScripting
Syntax
public interface IGraphElementAnalysis : IAnalysis
Properties
warnings
Declaration
List<Warning> warnings { get; }
Property Value
Type | Description |
---|---|
List<Warning> |
public interface IGraphElementAnalysis : IAnalysis
List<Warning> warnings { get; }
Type | Description |
---|---|
List<Warning> |