C# 클래스 Ensage.Common.HUDInfo

Class used for locating several HUD positions
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
GetHPBarSizeX ( Unit unit = null ) : float

Returns HealthBar X position for given unit

GetHPbarPosition ( Unit unit ) : System.Vector2

Returns HealthBar position for given unit

GetHpBarSizeY ( Unit unit = null ) : float

Returns HealthBar Y position for given unit

GetTopPanelPosition ( Hero hero ) : System.Vector2

Returns top panel position for given hero

GetTopPanelSize ( Hero hero ) : double[]

Returns top panel size

GetTopPanelSizeX ( Hero hero ) : double

Returns top panel hero icon width

GetTopPanelSizeY ( Hero hero ) : double

Returns top panel hero icon height

RatioPercentage ( ) : float

The ratio percentage.

ScreenSizeX ( ) : float

Returns screen width

ScreenSizeY ( ) : float

Returns screen height

WorldToMinimap ( this mapPosition ) : System.Vector2

The world to minimap.

비공개 메소드들

메소드 설명
Drawing_OnDraw ( EventArgs args ) : void
GetXX ( System.Entity hero ) : double

The get xx.

HUDInfo ( ) : System

Initializes static members of the HUDInfo class.

메소드 상세

GetHPBarSizeX() 공개 정적인 메소드

Returns HealthBar X position for given unit
public static GetHPBarSizeX ( Unit unit = null ) : float
unit Unit /// The unit. ///
리턴 float

GetHPbarPosition() 공개 정적인 메소드

Returns HealthBar position for given unit
public static GetHPbarPosition ( Unit unit ) : System.Vector2
unit Unit /// The unit. ///
리턴 System.Vector2

GetHpBarSizeY() 공개 정적인 메소드

Returns HealthBar Y position for given unit
public static GetHpBarSizeY ( Unit unit = null ) : float
unit Unit /// The unit. ///
리턴 float

GetTopPanelPosition() 공개 정적인 메소드

Returns top panel position for given hero
public static GetTopPanelPosition ( Hero hero ) : System.Vector2
hero Hero /// The hero. ///
리턴 System.Vector2

GetTopPanelSize() 공개 정적인 메소드

Returns top panel size
public static GetTopPanelSize ( Hero hero ) : double[]
hero Hero /// The hero. ///
리턴 double[]

GetTopPanelSizeX() 공개 정적인 메소드

Returns top panel hero icon width
public static GetTopPanelSizeX ( Hero hero ) : double
hero Hero /// The hero. ///
리턴 double

GetTopPanelSizeY() 공개 정적인 메소드

Returns top panel hero icon height
public static GetTopPanelSizeY ( Hero hero ) : double
hero Hero /// The hero. ///
리턴 double

RatioPercentage() 공개 정적인 메소드

The ratio percentage.
public static RatioPercentage ( ) : float
리턴 float

ScreenSizeX() 공개 정적인 메소드

Returns screen width
public static ScreenSizeX ( ) : float
리턴 float

ScreenSizeY() 공개 정적인 메소드

Returns screen height
public static ScreenSizeY ( ) : float
리턴 float

WorldToMinimap() 공개 정적인 메소드

The world to minimap.
public static WorldToMinimap ( this mapPosition ) : System.Vector2
mapPosition this /// The map position. ///
리턴 System.Vector2