From 61a3bfa9b4713c7314ef0cb083ef378f037cf0f6 Mon Sep 17 00:00:00 2001
From: makc
Date: Sat, 5 Jun 2021 21:49:16 +0200
Subject: [PATCH 1/3] fix getObjectByProperty docs
---
docs/api/en/core/Object3D.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api/en/core/Object3D.html b/docs/api/en/core/Object3D.html
index 8804474778922c..48eaaaab6a453c 100644
--- a/docs/api/en/core/Object3D.html
+++ b/docs/api/en/core/Object3D.html
@@ -258,7 +258,7 @@ [method:Object3D getObjectByName]( [param:String name] )
have to set it manually to make use of this method.
- [method:Object3D getObjectByProperty]( [param:String name], [param:Float value] )
+ [method:Object3D getObjectByProperty]( [param:String name], [param:any value] )
name -- the property name to search for.
value -- value of the given property.
From e7794792673897d9091c9547b82456c2b64f8a5e Mon Sep 17 00:00:00 2001
From: makc
Date: Sat, 5 Jun 2021 21:50:45 +0200
Subject: [PATCH 2/3] fix getObjectByProperty docs (zh)
---
docs/api/zh/core/Object3D.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api/zh/core/Object3D.html b/docs/api/zh/core/Object3D.html
index f3ee38efc4f9be..be05c34b971cef 100644
--- a/docs/api/zh/core/Object3D.html
+++ b/docs/api/zh/core/Object3D.html
@@ -247,7 +247,7 @@ [method:Object3D getObjectByName]( [param:String name] )
请注意,大多数的对象中name默认是一个空字符串,要使用这个方法,你将需要手动地设置name属性。
- [method:Object3D getObjectByProperty]( [param:String name], [param:Float value] )
+ [method:Object3D getObjectByProperty]( [param:String name], [param:any value] )
name —— 将要用于查找的属性的名称。
value —— 给定的属性的值。
From 6d0729eaa830db9c44e9c76838d0aebd075178f9 Mon Sep 17 00:00:00 2001
From: makc
Date: Sat, 5 Jun 2021 21:51:48 +0200
Subject: [PATCH 3/3] fix getObjectByProperty docs (ko)
---
docs/api/ko/core/Object3D.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api/ko/core/Object3D.html b/docs/api/ko/core/Object3D.html
index f84ec91d162957..c5c0d4f8fbd03c 100644
--- a/docs/api/ko/core/Object3D.html
+++ b/docs/api/ko/core/Object3D.html
@@ -247,7 +247,7 @@ [method:Object3D getObjectByName]( [param:String name] )
대부분의 객체는 기본값으로 이름이 빈 문자열입니다. 이 메서드를 사용하기 위해서는 직접 이름을 지정해야 합니다.
- [method:Object3D getObjectByProperty]( [param:String name], [param:Float value] )
+ [method:Object3D getObjectByProperty]( [param:String name], [param:any value] )
name -- 검색하고자하는 이름 프로퍼티.
value -- 프로퍼티의 값.