diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-19 22:25:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-19 22:25:10 +0100 |
commit | 62d656ea063f69d5b48adf60486433c37125b8be (patch) | |
tree | 3853bdf979b4625f04cd8c52fc3b4098326f80ca /doc/classes | |
parent | 8cc9bb2539f248b53dc3de166dbdaf3c87f7151f (diff) | |
parent | 5a75c4a8403adfcb5eb57ebb6c5cc72d34ac6f9b (diff) |
Merge pull request #35327 from KoBeWi/globalization
Mention that KinematicCollisions use global coords
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/KinematicCollision.xml | 2 | ||||
-rw-r--r-- | doc/classes/KinematicCollision2D.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/KinematicCollision.xml b/doc/classes/KinematicCollision.xml index 46e4176e9f..b193847e92 100644 --- a/doc/classes/KinematicCollision.xml +++ b/doc/classes/KinematicCollision.xml @@ -37,7 +37,7 @@ The colliding body's shape's normal at the point of collision. </member> <member name="position" type="Vector3" setter="" getter="get_position" default="Vector3( 0, 0, 0 )"> - The point of collision. + The point of collision, in global coordinates. </member> <member name="remainder" type="Vector3" setter="" getter="get_remainder" default="Vector3( 0, 0, 0 )"> The moving object's remaining movement vector. diff --git a/doc/classes/KinematicCollision2D.xml b/doc/classes/KinematicCollision2D.xml index 4c9337f82d..8860c05d40 100644 --- a/doc/classes/KinematicCollision2D.xml +++ b/doc/classes/KinematicCollision2D.xml @@ -37,7 +37,7 @@ The colliding body's shape's normal at the point of collision. </member> <member name="position" type="Vector2" setter="" getter="get_position" default="Vector2( 0, 0 )"> - The point of collision. + The point of collision, in global coordinates. </member> <member name="remainder" type="Vector2" setter="" getter="get_remainder" default="Vector2( 0, 0 )"> The moving object's remaining movement vector. |