change: change the default desampling rate to x1

vr
mob-sakai 2020-06-06 16:42:27 +09:00
parent 09dbaad203
commit 4a8106e6f6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace Coffee.UISoftMask
[SerializeField, Tooltip("The desampling rate for soft mask buffer.")]
private DesamplingRate m_DesamplingRate = DesamplingRate.None;
private DesamplingRate m_DesamplingRate = DesamplingRate.x1;
[SerializeField, Range(0.01f, 1), Tooltip("The value used by the soft mask to select the area of influence defined over the soft mask's graphic.")]
private float m_Softness = 1;