Unify Node3D RotationOrder with global EulerOrder

This commit is contained in:
Aaron Franke 2022-10-01 21:53:46 -05:00
parent 08d56ac2f1
commit 9225eb461e
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
4 changed files with 11 additions and 41 deletions

View file

@ -490,6 +490,7 @@ public:
}
// Only enum classes that need to be bound need this to be defined.
VARIANT_ENUM_CLASS_CONSTRUCTOR(EulerOrder)
VARIANT_ENUM_CLASS_CONSTRUCTOR(JoyAxis)
VARIANT_ENUM_CLASS_CONSTRUCTOR(JoyButton)
VARIANT_ENUM_CLASS_CONSTRUCTOR(Key)