doc: Sync classref with current source
This commit is contained in:
parent
3fa77b3172
commit
47676cfa98
2 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="apply_torqe_impulse">
|
<method name="apply_torque_impulse">
|
||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
<argument index="0" name="j" type="Vector3">
|
<argument index="0" name="j" type="Vector3">
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
<member name="polygon" type="PoolVector2Array" setter="set_polygon" getter="get_polygon">
|
<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.
|
The polygon's list of vertices. The final point will be connected to the first.
|
||||||
</member>
|
</member>
|
||||||
|
<member name="splits" type="PoolIntArray" setter="set_splits" getter="get_splits">
|
||||||
|
</member>
|
||||||
<member name="texture" type="Texture" setter="set_texture" getter="get_texture">
|
<member name="texture" type="Texture" setter="set_texture" getter="get_texture">
|
||||||
The polygon's fill texture. Use [code]uv[/code] to set texture coordinates.
|
The polygon's fill texture. Use [code]uv[/code] to set texture coordinates.
|
||||||
</member>
|
</member>
|
||||||
|
|
Loading…
Reference in a new issue