Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Fix type hint for currentPoint property of Path class (mrdoob#2…
Browse files Browse the repository at this point in the history
…4224)

* Docs: Fix type hint for currentPoint property of Path class

* Update Path.html

* Update Path.html

Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
2 people authored and snagy committed Sep 21, 2022
1 parent a92dc69 commit 66beb43
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/extras/core/Path.html
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ <h3>[name]( [param:Array points] )</h3>
<h2>Properties</h2>
<p>See the base [page:CurvePath] class for common properties.</p>

<h3>[property:Array currentPoint]</h3>
<h3>[property:Vector2 currentPoint]</h3>
<p>The current offset of the path. Any new [page:Curve] added will start here.</p>


2 changes: 1 addition & 1 deletion docs/api/ko/extras/core/Path.html
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ <h3>[name]( [param:Array points] )</h3>
<h2>프로퍼티</h2>
<p>일반 프로퍼티는 기본 [page:CurvePath] 클래스를 참고하세요.</p>

<h3>[property:Array currentPoint]</h3>
<h3>[property:Vector2 currentPoint]</h3>
<p>path의 현재 오프셋입니다. 새 [page:Curve]들은 여기서부터 시작될 것입니다.</p>


2 changes: 1 addition & 1 deletion docs/api/zh/extras/core/Path.html
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ <h3>[name]( [param:Array points] )</h3>
<h2>属性</h2>
<p>共有属性请参见其基类[page:CurvePath]。</p>

<h3>[property:Array currentPoint]</h3>
<h3>[property:Vector2 currentPoint]</h3>
<p>路径当前的偏移量,任何新被加入的[page:Curve]将会从这里开始。</p>


0 comments on commit 66beb43

Please sign in to comment.