Doc:2.6/Manual/Game Engine/Physics/CommonOptions

提供: wiki
< Doc:2.6‎ | Manual‎ | Game Engine‎ | Physics
2012年10月2日 (火) 05:43時点におけるwiki>Sculptorjimによる版 (Created page with "* {{Literal|Actor}} - Enables detection by Near and Radar Sensors. ** Default: On. ** Python property: <code>obj.game.use_actor</code> * {{Literal|Ghost}} - Disables collisions c...")
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
  • Actor - Enables detection by Near and Radar Sensors.
    • Default: On.
    • Python property: obj.game.use_actor
  • Ghost - Disables collisions completely, similar to No Collision.
    • Default: Off.
    • Python property: obj.game.use_ghost
  • Invisible - Does not display, the same as setting the object to unrendered (such as unchecking the "Camera" icon in the Outliner).
    • Demo: The "ClothCatcher" object in top of Frijoles.blend
    • Default: Off.
    • Python property: obj.use_render