flip_manager
AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: systems/manipulation/managers/flip_manager.gd
Version: 5.1
class_name: (none)
extends: RefCounted
Signals
(none)
Exports
(none)
Methods
flip_horizontal()- Applies a horizontal flip to the target (negates X scale). [param p_target] Node2D object to flip horizontally [return] true if flip was successful, false if target is invalid
flip_vertical()- Applies a vertical flip to the target (negates Y scale). [param p_target] Node2D object to flip vertically [return] true if flip was successful, false if target is invalid