Procházet zdrojové kódy

Docs: Clarify Raycaster.set().

Mugen87 před 4 roky
rodič
revize
96c001f4f9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/api/en/core/Raycaster.html

+ 1 - 1
docs/api/en/core/Raycaster.html

@@ -145,7 +145,7 @@
 		[page:Vector3 direction] — The normalized direction vector that gives direction to the ray.
 		</p>
 		<p>
-		Updates the ray with a new origin and direction.
+		Updates the ray with a new origin and direction. Please note that this method only copies the values from the arguments.
 		</p>
 
 		<h3>[method:null setFromCamera]( [param:Vector2 coords], [param:Camera camera] )</h3>