|
M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
|
Public Member Functions | |
| SimpleRectangle (float x, float y, float width, float height) | |
| bool | IsCollide (SimpleRectangle other) |
| Vector2 | GetCenter () |
| bool | IsSubRectOf (SimpleRectangle other) |
| bool | IsValid () |
| bool | IsPointInside (Vector2 point) |
| void | ReduceToIntersection (SimpleRectangle other) |
Static Public Member Functions | |
| static SimpleRectangle | Lerp (SimpleRectangle from, SimpleRectangle to, float ratio) |
Public Attributes | |
| float | X |
| float | Y |
| float | X2 |
| float | Y2 |
Properties | |
| float | Width [get] |
| float | Height [get] |
| TaleWorlds.TwoDimension.SimpleRectangle.SimpleRectangle | ( | float | x, |
| float | y, | ||
| float | width, | ||
| float | height ) |
| bool TaleWorlds.TwoDimension.SimpleRectangle.IsCollide | ( | SimpleRectangle | other | ) |
| Vector2 TaleWorlds.TwoDimension.SimpleRectangle.GetCenter | ( | ) |
| bool TaleWorlds.TwoDimension.SimpleRectangle.IsSubRectOf | ( | SimpleRectangle | other | ) |
| bool TaleWorlds.TwoDimension.SimpleRectangle.IsValid | ( | ) |
| bool TaleWorlds.TwoDimension.SimpleRectangle.IsPointInside | ( | Vector2 | point | ) |
| void TaleWorlds.TwoDimension.SimpleRectangle.ReduceToIntersection | ( | SimpleRectangle | other | ) |
|
static |
| float TaleWorlds.TwoDimension.SimpleRectangle.X |
| float TaleWorlds.TwoDimension.SimpleRectangle.Y |
| float TaleWorlds.TwoDimension.SimpleRectangle.X2 |
| float TaleWorlds.TwoDimension.SimpleRectangle.Y2 |
|
get |
|
get |