浏览代码

[Code Format] stepper

/main
iizzaya 5 年前
当前提交
461f5809
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/material/stepper.cs

2
Runtime/material/stepper.cs


static readonly float _kTriangleHeight = 24.0f * 0.866025f;
List<GlobalKey> _keys;
Dictionary<int, StepState> _oldStates = new Dictionary<int, StepState>();
readonly Dictionary<int, StepState> _oldStates = new Dictionary<int, StepState>();
public override void initState() {
base.initState();

正在加载...
取消
保存