فهرست منبع

Mention that KinematicCollisions use global coords

Tomasz Chabora 5 سال پیش
والد
کامیت
5a75c4a840
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      doc/classes/KinematicCollision.xml
  2. 1 1
      doc/classes/KinematicCollision2D.xml

+ 1 - 1
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.

+ 1 - 1
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.