Procházet zdrojové kódy

Docs: Added getRaycaster() to DragControls page. (#22855)

Michael Herzog před 3 roky
rodič
revize
3cc8107c23

+ 5 - 0
docs/examples/en/controls/DragControls.html

@@ -121,6 +121,11 @@
 			Returns the array of draggable objects.
 		</p>
 
+		<h3>[method:Raycaster getRaycaster] ()</h3>
+		<p>
+			Returns the internal [page:Raycaster] instance that is used for intersection tests.
+		</p>
+
 		<h2>Source</h2>
 
 		<p>

+ 6 - 1
docs/examples/ko/controls/DragControls.html

@@ -93,7 +93,7 @@
 
 		<h3>[property:Boolean transformGroup]</h3>
 		<p>
-		
+
 			해당 속성은 [page:DragControls.objects] 배열에 드래그 가능한 단일 그룹 객체가 포함된 경우에만 작동합니다.
 			*true* 값으로 설정 되어있다면, [name]은 개별 객체가 아닌 전체 그룹은 드래그 합니다. 기본 값은 *false* 입니다.
 		</p>
@@ -122,6 +122,11 @@
 			드래그 가능한 객체 배열을 반환 합니다.
 		</p>
 
+		<h3>[method:Raycaster getRaycaster] ()</h3>
+		<p>
+			Returns the internal [page:Raycaster] instance that is used for intersection tests.
+		</p>
+
 		<h2>Source</h2>
 
 		<p>

+ 5 - 0
docs/examples/zh/controls/DragControls.html

@@ -121,6 +121,11 @@
 			Returns the array of draggable objects.
 		</p>
 
+		<h3>[method:Raycaster getRaycaster] ()</h3>
+		<p>
+			Returns the internal [page:Raycaster] instance that is used for intersection tests.
+		</p>
+
 		<h2>Source</h2>
 
 		<p>