浏览代码

Merge branch 'kgdev' into 'master'

OffsetBase._dx, _dy should be protected.

See merge request upm-packages/ui-widgets/com.unity.uiwidgets!78
/main
Shenhua Gu 6 年前
当前提交
38e22385
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      Runtime/ui/geometry.cs

4
Runtime/ui/geometry.cs


this._dy = _dy;
}
public readonly float _dx;
protected readonly float _dx;
public readonly float _dy;
protected readonly float _dy;
public bool isInfinite {
get { return float.IsInfinity(this._dx) || float.IsInfinity(this._dy); }

正在加载...
取消
保存