Skip to content

Commit

Permalink
doc: Sync classref with current source
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Feb 27, 2018
1 parent 3fa77b3 commit 47676cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/PhysicsDirectBodyState.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<description>
</description>
</method>
<method name="apply_torqe_impulse">
<method name="apply_torque_impulse">
<return type="void">
</return>
<argument index="0" name="j" type="Vector3">
Expand Down
2 changes: 2 additions & 0 deletions doc/classes/Polygon2D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<member name="polygon" type="PoolVector2Array" setter="set_polygon" getter="get_polygon">
The polygon's list of vertices. The final point will be connected to the first.
</member>
<member name="splits" type="PoolIntArray" setter="set_splits" getter="get_splits">
</member>
<member name="texture" type="Texture" setter="set_texture" getter="get_texture">
The polygon's fill texture. Use [code]uv[/code] to set texture coordinates.
</member>
Expand Down

0 comments on commit 47676cf

Please sign in to comment.