Docs: Object3D&SpotLight&TorusGeometry #22906
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed #22827.
Description
1.Object3D
Change: The value type of
children
property is changed fromObject3D
toArray
.Reason: The value type of the children property is
Array
, it is described asObject3D
in the document.Target: zh, en, ko
2.SpotLight
Change: In the description of the
target
property, the term is changed from平行光
to聚光灯
.Reason:
平行光
stands forDirectionalLight
,聚光灯
stands forSpotLight
. Obviously,聚光灯
shoudle be used here.Target: zh
3.TorusGeometry
Change: In the parameters of
构造器
, the Chinese annotations ofradius
andradialSegments
are changed.Reason: #22827 (you can see the reason and change in the second comment)
Target: zh