diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-01-19 20:22:31 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2020-01-19 20:22:31 +0100 |
commit | 5a75c4a8403adfcb5eb57ebb6c5cc72d34ac6f9b (patch) | |
tree | 951a6a10bf4991c9fb41849a169eeaca1fe4b4e9 /doc/classes | |
parent | 90a224c6eb202c1e6d87bded6adf50d7e40f08fc (diff) |
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. |