_acc_rate 변수
설명
문법
var res
res = _acc_rate사용 예
...
# 현재 가속도 비율 출력한 후, 70%로 설정한다.
print _acc_rate
_acc_rate=70
...
endLast updated
Was this helpful?
var res
res = _acc_rate ...
# 현재 가속도 비율 출력한 후, 70%로 설정한다.
print _acc_rate
_acc_rate=70
...
endLast updated
Was this helpful?
Was this helpful?