CircleColliderNode.ScaleCalcType 列挙体
拡大率を適用する方法を表します。
メンバー
AbsMax | X,Yの絶対値の最大値で計算します。 |
AbsMin | X,Yの絶対値の最小値で計算します。 |
Length | Scale.Lengthで計算します。 |
Max | X,Yの最大値で計算します。 |
Min | X,Yの最小値で計算します。 |
X | Scale.Xで計算します。 |
Y | Scale.Yで計算します。 |