pyvista.RenderWindowInteractor.create_timer# RenderWindowInteractor.create_timer(duration, repeating=True)[ソース]# タイマーを作成します. パラメータ: durationintタイマーがTimerEventを発するまでの時間 (ミリ秒単位) . repeatingbool, default: TrueFalse の場合,ワンショットタイマーが作成され,一度だけ起動されます. True の場合,繰り返しタイマーが作成され,破壊されるまで( duration ミリ秒ごとに) 継続的に起動します. 戻り値: intタイマーID.