You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
[Mono] AABB - Position, Size, End setters, Rect2 - End setter
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Godot
|
||||
public Vector2 End
|
||||
{
|
||||
get { return _position + _size; }
|
||||
set { _size = value - _position; }
|
||||
}
|
||||
|
||||
public real_t Area
|
||||
|
||||
Reference in New Issue
Block a user