Interface IDisplayErrorUI
Namespace: Eco.Gameplay.Civics.Misc
Assembly: Eco.Gameplay.dll
Syntax
public interface IDisplayErrorUI
Properties
ErrorData
Declaration
ErrorDisplayData ErrorData { get; set; }
Property Value
Type | Description |
---|---|
ErrorDisplayData |
Errors
Declaration
List<PropError> Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PropError> |
RootCanBeNull
Declaration
virtual bool RootCanBeNull { get; }
Property Value
Type | Description |
---|---|
System.Boolean |