ColoredRectangle Constructor |
Name | Description | |
---|---|---|
ColoredRectangle |
Create default colored rectangle.
| |
ColoredRectangle(Vector2, Anchor, NullableVector2) |
Create the rectangle with default styling.
| |
ColoredRectangle(Color, Vector2, Anchor, NullableVector2) |
Create the rectangle with just fill color.
| |
ColoredRectangle(Color, Color, Vector2, Anchor, NullableVector2) |
Create the rectangle with outline and fill colors.
| |
ColoredRectangle(Color, NullableColor, Int32, NullableVector2, Anchor, NullableVector2) |
Create the rectangle with outline and fill color + outline width.
|