C# Class OverlayInformation.ItemPanel

ファイルを表示 Open project: JumpAttacker/EnsageSharp Class Usage Examples

Public Methods

Method Description
Draw ( EventArgs args ) : void

Private Methods

Method Description
DrawItem ( System.Vector2 pos, System.Vector2 size, string texture, int r, int g, int b ) : void
DrawItems ( System.Vector2 pos, System.Vector2 size, int r, int g, int b ) : void
DrawStashItems ( System.Vector2 pos, System.Vector2 size, int r, int g, int b ) : void
DrawState ( System.Item item, Hero v, System.Vector2 itemPos2, System.Vector2 size2 ) : void

Method Details

Draw() public static method

public static Draw ( EventArgs args ) : void
args System.EventArgs
return void