C# Class ControlerBuddy.Helpers

Show file Open project: coman3/EloBuddy.Addons

Public Methods

Method Description
BottomCenter ( this rect ) : Vector2
DrawFillRectangle ( this rectangle, System color ) : void
LeftCenter ( this rect ) : Vector2
Offset ( this vector, Vector2 offset ) : Vector2
Offset ( this vector, float x, float y ) : Vector2
Offset ( this vector, Vector2 offset ) : Vector3
Offset ( this vector, Vector3 offset ) : Vector3
RectangleFromCenter ( this center, float size ) : RectangleF
RightCenter ( this rect ) : Vector2
TopCenter ( this rect ) : Vector2

Method Details

BottomCenter() public static method

public static BottomCenter ( this rect ) : Vector2
rect this
return Vector2

DrawFillRectangle() public static method

public static DrawFillRectangle ( this rectangle, System color ) : void
rectangle this
color System
return void

LeftCenter() public static method

public static LeftCenter ( this rect ) : Vector2
rect this
return Vector2

Offset() public static method

public static Offset ( this vector, Vector2 offset ) : Vector2
vector this
offset Vector2
return Vector2

Offset() public static method

public static Offset ( this vector, float x, float y ) : Vector2
vector this
x float
y float
return Vector2

Offset() public static method

public static Offset ( this vector, Vector2 offset ) : Vector3
vector this
offset Vector2
return Vector3

Offset() public static method

public static Offset ( this vector, Vector3 offset ) : Vector3
vector this
offset Vector3
return Vector3

RectangleFromCenter() public static method

public static RectangleFromCenter ( this center, float size ) : RectangleF
center this
size float
return RectangleF

RightCenter() public static method

public static RightCenter ( this rect ) : Vector2
rect this
return Vector2

TopCenter() public static method

public static TopCenter ( this rect ) : Vector2
rect this
return Vector2