* Docs: Fix type hint for currentPoint property of Path class * Update Path.html * Update Path.html Co-authored-by: Michael Herzog <[email protected]>
@@ -52,7 +52,7 @@
<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>
@@ -51,7 +51,7 @@
<h2>프로퍼티</h2>
<p>일반 프로퍼티는 기본 [page:CurvePath] 클래스를 참고하세요.</p>
<p>path의 현재 오프셋입니다. 새 [page:Curve]들은 여기서부터 시작될 것입니다.</p>
<h2>属性</h2>
<p>共有属性请参见其基类[page:CurvePath]。</p>
<p>路径当前的偏移量,任何新被加入的[page:Curve]将会从这里开始。</p>