浏览代码

OffsetBase._dx, _dy should be protected.

/main
kg 6 年前
当前提交
079e2a84
共有 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); }

正在加载...
取消
保存