Enum ValidationRuleState
Used for the state of a IValidationRule.
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public enum ValidationRuleState
Fields
Name | Description |
---|---|
NotValid | The rule is not valid. |
NotValidated | The rule has not been validated yet. |
Valid | The rule is valid. |