1.5.10
·
1 commit
to be9d45eae23c22e70f21dcb8c64e2b76e31c163e
since this release
- Merged many PRs from @Newbilius and @Bamboy
- Added small new feature for the PropertyGrid. If new attribute Range applied to numeric property, then the PropertyGrid won't allow it to go beyound the defined bounds. Example code of the attribute usage:
[Range(0.0f, 1.0f)]
public float Opacity { get;set; }