doc: Sync classref to add operators after #43419
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
<link title="2.5D Demo">https://godotengine.org/asset-library/asset/583</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="Transform">
|
||||
<method name="Transform" qualifiers="constructor">
|
||||
<return type="Transform">
|
||||
</return>
|
||||
<description>
|
||||
Constructs a default-initialized [Transform] set to [constant IDENTITY].
|
||||
</description>
|
||||
</method>
|
||||
<method name="Transform">
|
||||
<method name="Transform" qualifiers="constructor">
|
||||
<return type="Transform">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Transform">
|
||||
@@ -32,7 +32,7 @@
|
||||
Constructs a [Transform] as a copy of the given [Transform].
|
||||
</description>
|
||||
</method>
|
||||
<method name="Transform">
|
||||
<method name="Transform" qualifiers="constructor">
|
||||
<return type="Transform">
|
||||
</return>
|
||||
<argument index="0" name="basis" type="Basis">
|
||||
@@ -43,7 +43,7 @@
|
||||
Constructs a Transform from a [Basis] and [Vector3].
|
||||
</description>
|
||||
</method>
|
||||
<method name="Transform">
|
||||
<method name="Transform" qualifiers="constructor">
|
||||
<return type="Transform">
|
||||
</return>
|
||||
<argument index="0" name="x_axis" type="Vector3">
|
||||
@@ -105,6 +105,54 @@
|
||||
Operations take place in global space.
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator !=" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Transform">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator *" qualifiers="operator">
|
||||
<return type="PackedVector3Array">
|
||||
</return>
|
||||
<argument index="0" name="right" type="PackedVector3Array">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator *" qualifiers="operator">
|
||||
<return type="Transform">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Transform">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator *" qualifiers="operator">
|
||||
<return type="AABB">
|
||||
</return>
|
||||
<argument index="0" name="right" type="AABB">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator *" qualifiers="operator">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Transform">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="orthonormalized">
|
||||
<return type="Transform">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user