doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@ -35,13 +35,6 @@
|
||||
Removes all points from the curve.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_bake_interval" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
Returns the distance between two adjacent cached points.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_baked_length" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
@ -133,15 +126,6 @@
|
||||
Deletes the point "idx" from the curve. Sends an error to the console if "idx" is out of bounds.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_bake_interval">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="distance" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
Sets the distance in pixels between two adjacent cached points. Changing it forces the cache to be recomputed the next time a xxx_baked_xxx function is called. The less distance, the more points the cache will have, and the more memory it will consume, so use with care.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_point_in">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user