BaseField<TValueType>.IgnoreValidationScope
A scope, returned by BaseField<TValueType>.IgnoreValidation(), that disables _onValidateValue until it is disposed.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IDisposable
public readonly struct BaseField<TValueType>.IgnoreValidationScope : IDisposable
Methods
Method | Description |
|---|---|
| Dispose | Re-enables validation. |