Merge pull request #84652 from timothyqiu/enum-pun
Avoid punning enum names in documentation
This commit is contained in:
commit
714e27393a
10 changed files with 11 additions and 11 deletions
|
|
@ -39,7 +39,7 @@
|
|||
When [member mode] is [constant MODE_PATH], the location of the [Path3D] object used to extrude the [member polygon].
|
||||
</member>
|
||||
<member name="path_rotation" type="int" setter="set_path_rotation" getter="get_path_rotation" enum="CSGPolygon3D.PathRotation">
|
||||
When [member mode] is [constant MODE_PATH], the [enum PathRotation] method used to rotate the [member polygon] as it is extruded.
|
||||
When [member mode] is [constant MODE_PATH], the path rotation method used to rotate the [member polygon] as it is extruded.
|
||||
</member>
|
||||
<member name="path_simplify_angle" type="float" setter="set_path_simplify_angle" getter="get_path_simplify_angle">
|
||||
When [member mode] is [constant MODE_PATH], extrusions that are less than this angle, will be merged together to reduce polygon count.
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
<method name="get_signaling_state" qualifiers="const">
|
||||
<return type="int" enum="WebRTCPeerConnection.SignalingState" />
|
||||
<description>
|
||||
Returns the [enum SignalingState] on the local end of the connection while connecting or reconnecting to another peer.
|
||||
Returns the signaling state on the local end of the connection while connecting or reconnecting to another peer.
|
||||
</description>
|
||||
</method>
|
||||
<method name="initialize">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue