소스 검색

Added Bullet to physics doc

Björn Ritzl 3 년 전
부모
커밋
d38650140d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/en/manuals/physics-objects.md

+ 3 - 0
docs/en/manuals/physics-objects.md

@@ -83,6 +83,9 @@ Angular damping
 Locked rotation
 : Setting this property totally disables rotation on the collision object, no matter what forces are brought to it.
 
+Bullet
+: Setting this property enables continuous collision detection (CCD) between the collision object and other dynamic collision objects. The Bullet property is ignored if the Type is not set to `Dynamic`.
+
 Group
 : The name of the collison group the object should belong to. You can have 16 different groups and you name them as you see fit for your game. For example "players", "bullets", "enemies" and "world". If the *Collision Shape* is set to a tile map, this field is not used but the groups names are taken from the tile source. [Learn more about collision groups](/manuals/physics-groups).