(※注意※) 反復計算する要素では、計算開始時に _fixedTime, _targetTime を _currentTime と一致させる必要があります。 OhElement.setInitialState(OhBufferedReader) で _currentTime が初期設定された後、 OhElement.setCur2Fix2Tar() を呼ぶか、 直接 _targetTime = _fixedTime = _currentTime; としてください。
It is necessary to make "_fixedTime" and "_targetTime" in agreement with "_currentTime" with the element which carries out repeated calculation at the time of a calculation start. After initial setting of the "_currentTime" is carried out by "setInitialState()", call "void cur2fix2tar()" which the bottom defines or give as direct "_targetTime = _fixedTime = _currentTime;".OhElement クラス | OhymosNet 名前空間