forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_rect2
Lukas Sägesser edited this page Jun 22, 2015
·
10 revisions
####Category: Built-In Types
- 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 )
- Rect2 Rect2 ( Vector2 pos, Vector2 size )
- Rect2 Rect2 ( float x, float y, float width, float height )