소스 검색

Update Object3D.html

Changed isObject to isObject3D - dev
Gerdon Abbink 7 년 전
부모
커밋
97beb52b30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/core/Object3D.html

+ 1 - 1
docs/api/core/Object3D.html

@@ -45,7 +45,7 @@
 		<h3>[property:Integer id]</h3>
 		<h3>[property:Integer id]</h3>
 		<p>readonly – Unique number for this object instance.</p>
 		<p>readonly – Unique number for this object instance.</p>
 
 
-		<h3>[property:Boolean isObject]</h3>
+		<h3>[property:Boolean isObject3D]</h3>
 		<p>
 		<p>
 			Used to check whether this or derived classes are Object3Ds. Default is *true*.<br /><br />
 			Used to check whether this or derived classes are Object3Ds. Default is *true*.<br /><br />