Pārlūkot izejas kodu

Camera.html getWorldDirection.html change

sukhwant 10 gadi atpakaļ
vecāks
revīzija
2d61fc951e
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      docs/api/cameras/Camera.html

+ 3 - 2
docs/api/cameras/Camera.html

@@ -35,10 +35,11 @@
 
 		<h2>Methods</h2>
 		
-		<h3>[method:null getWorldDirection]()</h3>
+		<h3>[method:Vector3 getWorldDirection]([page:Vector3 vector])</h3>
 		<div>
+		vector — (optional)<br />
 		<br />
-		This return the world direction.
+		It returns a vector representing the direction in which the camera is looking, in world space.
 		</div>