Method ConstrainAndVerify
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
ConstrainAndVerify(SerializedProperty)
Constrain and verify the value of the given property.
public virtual void ConstrainAndVerify(SerializedProperty property)
Parameters
property
SerializedPropertyThe property to constrain and verify.Constrain(SerializedProperty) for details on how the value is constrained, and IsValid(SerializedProperty) for how the property is checked.