mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename Quat to Quaternion
This commit is contained in:
@@ -2596,8 +2596,8 @@
|
||||
<constant name="TYPE_PLANE" value="12" enum="Variant.Type">
|
||||
Variable is of type [Plane].
|
||||
</constant>
|
||||
<constant name="TYPE_QUAT" value="13" enum="Variant.Type">
|
||||
Variable is of type [Quat].
|
||||
<constant name="TYPE_QUATERNION" value="13" enum="Variant.Type">
|
||||
Variable is of type [Quaternion].
|
||||
</constant>
|
||||
<constant name="TYPE_AABB" value="14" enum="Variant.Type">
|
||||
Variable is of type [AABB].
|
||||
|
||||
Reference in New Issue
Block a user