Type renames:
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
This commit is contained in:
@ -249,7 +249,7 @@ uint32_t InputEventKey::get_scancode_with_modifiers() const {
|
||||
|
||||
}
|
||||
|
||||
InputEvent InputEvent::xform_by(const Matrix32& p_xform) const {
|
||||
InputEvent InputEvent::xform_by(const Transform2D& p_xform) const {
|
||||
|
||||
|
||||
InputEvent ev=*this;
|
||||
|
||||
Reference in New Issue
Block a user