public 变量 一经修改会保存值,相当于static 变量,在editor 模式下每次run之后变量会记住editor下设置的值
private 每次run 变量都会初始化,如果是float类型,默认初始值为0