소스 검색

Added documentation for engine.max_time_step in Project Settings

JCash 1 년 전
부모
커밋
f917c8b552
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/en/manuals/project-settings.md

+ 3 - 0
docs/en/manuals/project-settings.md

@@ -87,6 +87,9 @@ Allow the engine to continue running while the application window is iconified (
 #### Fixed Update Frequency
 The update frequency of the `fixed_update(self, dt)` lifecycle function. In Hertz. 60 by default.
 
+#### Max Time Step
+If the time step becomes too large during a single frame, it will be capped to this max value. Seconds. 0.5 by default.
+
 ---
 
 ### Display