class_rect2 - vkbsb/godot GitHub Wiki
Rect2
####Category: Built-In Types
Brief Description
Member Functions
- Rect2 clip ( Rect2 b )
- bool encloses ( Rect2 b )
- Rect2 expand ( Vector2 to )
- float get_area ( )
- Rect2 grow ( float by )
- bool has_no_area ( )
- bool has_point ( Vector2 point )
- bool intersects ( Rect2 b )
- Rect2 merge ( Rect2 b )
- void Rect2 ( Vector2 pos, Vector2 size )
- void Rect2 ( float x, float y, float width, float height )