.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/PhysicsTestMotionParameters3D.xml. .. _class_PhysicsTestMotionParameters3D: PhysicsTestMotionParameters3D ============================= **Inherits:** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`collide_separation_ray` | ``false`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`RID[]` | :ref:`exclude_bodies` | ``[]`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int[]` | :ref:`exclude_objects` | ``[]`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform3D` | :ref:`from` | ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`margin` | ``0.001`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`max_collisions` | ``1`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`motion` | ``Vector3(0, 0, 0)`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`recovery_as_collision` | ``false`` | +---------------------------------------+----------------------------------------------------------------------------------------------------+-----------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_PhysicsTestMotionParameters3D_property_collide_separation_ray: .. rst-class:: classref-property :ref:`bool` **collide_separation_ray** = ``false`` .. rst-class:: classref-property-setget - void **set_collide_separation_ray_enabled** **(** :ref:`bool` value **)** - :ref:`bool` **is_collide_separation_ray_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_exclude_bodies: .. rst-class:: classref-property :ref:`RID[]` **exclude_bodies** = ``[]`` .. rst-class:: classref-property-setget - void **set_exclude_bodies** **(** :ref:`RID[]` value **)** - :ref:`RID[]` **get_exclude_bodies** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_exclude_objects: .. rst-class:: classref-property :ref:`int[]` **exclude_objects** = ``[]`` .. rst-class:: classref-property-setget - void **set_exclude_objects** **(** :ref:`int[]` value **)** - :ref:`int[]` **get_exclude_objects** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_from: .. rst-class:: classref-property :ref:`Transform3D` **from** = ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_from** **(** :ref:`Transform3D` value **)** - :ref:`Transform3D` **get_from** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_margin: .. rst-class:: classref-property :ref:`float` **margin** = ``0.001`` .. rst-class:: classref-property-setget - void **set_margin** **(** :ref:`float` value **)** - :ref:`float` **get_margin** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_max_collisions: .. rst-class:: classref-property :ref:`int` **max_collisions** = ``1`` .. rst-class:: classref-property-setget - void **set_max_collisions** **(** :ref:`int` value **)** - :ref:`int` **get_max_collisions** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_motion: .. rst-class:: classref-property :ref:`Vector3` **motion** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_motion** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_motion** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PhysicsTestMotionParameters3D_property_recovery_as_collision: .. rst-class:: classref-property :ref:`bool` **recovery_as_collision** = ``false`` .. rst-class:: classref-property-setget - void **set_recovery_as_collision_enabled** **(** :ref:`bool` value **)** - :ref:`bool` **is_recovery_as_collision_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`