You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove extra spaces and correct crosslinks in some documentation
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
<method name="get_point_capacity" qualifiers="const">
|
<method name="get_point_capacity" qualifiers="const">
|
||||||
<return type="int" />
|
<return type="int" />
|
||||||
<description>
|
<description>
|
||||||
Returns the capacity of the structure backing the points, useful in conjunction with [code]reserve_space[/code].
|
Returns the capacity of the structure backing the points, useful in conjunction with [method reserve_space].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_point_connections">
|
<method name="get_point_connections">
|
||||||
|
|||||||
@@ -108,7 +108,7 @@
|
|||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<param index="0" name="track_idx" type="int" />
|
<param index="0" name="track_idx" type="int" />
|
||||||
<description>
|
<description>
|
||||||
Returns [code]true[/code] if the track at [code]idx[/code] will be blended with other animations.
|
Returns [code]true[/code] if the track at [param track_idx] will be blended with other animations.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="audio_track_set_key_end_offset">
|
<method name="audio_track_set_key_end_offset">
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
<method name="get_default_length" qualifiers="const">
|
<method name="get_default_length" qualifiers="const">
|
||||||
<return type="float" />
|
<return type="float" />
|
||||||
<description>
|
<description>
|
||||||
Deprecated. Please use [code]get_length[/code] instead.
|
Deprecated. Please use [method get_length] instead.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_index_in_skeleton" qualifiers="const">
|
<method name="get_index_in_skeleton" qualifiers="const">
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="default_length" type="float" />
|
<param index="0" name="default_length" type="float" />
|
||||||
<description>
|
<description>
|
||||||
Deprecated. Please use [code]set_length[/code] instead.
|
Deprecated. Please use [method set_length] instead.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_length">
|
<method name="set_length">
|
||||||
|
|||||||
@@ -33,14 +33,14 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="external_skeleton" type="NodePath" />
|
<param index="0" name="external_skeleton" type="NodePath" />
|
||||||
<description>
|
<description>
|
||||||
Sets the [NodePath] to the external skeleton that the BoneAttachment3D node should use. The external [Skeleton3D] node is only used when [code]use_external_skeleton[/code] is set to [code]true[/code].
|
Sets the [NodePath] to the external skeleton that the BoneAttachment3D node should use. See [method set_use_external_skeleton] to enable the external [Skeleton3D] node.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_use_external_skeleton">
|
<method name="set_use_external_skeleton">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="use_external_skeleton" type="bool" />
|
<param index="0" name="use_external_skeleton" type="bool" />
|
||||||
<description>
|
<description>
|
||||||
Sets whether the BoneAttachment3D node will use an extenral [Skeleton3D] node rather than attenpting to use its parent node as the [Skeleton3D]. When set to [code]true[/code], the BoneAttachment3D node will use the external [Skeleton3D] node set in [code]set_external_skeleton[/code].
|
Sets whether the BoneAttachment3D node will use an extenral [Skeleton3D] node rather than attenpting to use its parent node as the [Skeleton3D]. When set to [code]true[/code], the BoneAttachment3D node will use the external [Skeleton3D] node set in [method set_external_skeleton].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
|||||||
Reference in New Issue
Block a user