C# 클래스 ControlerBuddy.Helpers

파일 보기 프로젝트 열기: coman3/EloBuddy.Addons

공개 메소드들

메소드 설명
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

메소드 상세

BottomCenter() 공개 정적인 메소드

public static BottomCenter ( this rect ) : Vector2
rect this
리턴 Vector2

DrawFillRectangle() 공개 정적인 메소드

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

LeftCenter() 공개 정적인 메소드

public static LeftCenter ( this rect ) : Vector2
rect this
리턴 Vector2

Offset() 공개 정적인 메소드

public static Offset ( this vector, Vector2 offset ) : Vector2
vector this
offset Vector2
리턴 Vector2

Offset() 공개 정적인 메소드

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

Offset() 공개 정적인 메소드

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

Offset() 공개 정적인 메소드

public static Offset ( this vector, Vector3 offset ) : Vector3
vector this
offset Vector3
리턴 Vector3

RectangleFromCenter() 공개 정적인 메소드

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

RightCenter() 공개 정적인 메소드

public static RightCenter ( this rect ) : Vector2
rect this
리턴 Vector2

TopCenter() 공개 정적인 메소드

public static TopCenter ( this rect ) : Vector2
rect this
리턴 Vector2