Bind Curve::get_point_count
This commit is contained in:
parent
6ce9951d9e
commit
334f042513
2 changed files with 8 additions and 0 deletions
|
|
@ -49,6 +49,13 @@
|
|||
Removes all points from the curve.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_point_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Returns the number of points describing the curve.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_point_left_mode" qualifiers="const">
|
||||
<return type="int" enum="Curve.TangentMode">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue