C# Класс OverlayInformation.ItemPanel

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Draw ( EventArgs args ) : void

Приватные методы

Метод Описание
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

Описание методов

Draw() публичный статический Метод

public static Draw ( EventArgs args ) : void
args System.EventArgs
Результат void