C# Class OverlayInformation.ItemPanel

Afficher le fichier Open project: JumpAttacker/EnsageSharp Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( EventArgs args ) : void

Private Methods

Méthode 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 méthode

public static Draw ( EventArgs args ) : void
args System.EventArgs
Résultat void