mirror of
https://github.com/godotengine/godot
synced 2024-11-02 15:10:04 +00:00
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>
|
||||
</method>
|
||||
<method name="apply_torqe_impulse">
|
||||
<method name="apply_torque_impulse">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="j" type="Vector3">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue