C# Класс CommonInspectorMethods, Zombayo

Показать файл Открыть проект

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

Метод Описание
drawAnimPopup ( string label, int &index, string names, string &animationName ) : void
drawAnimationDescriptions ( Editor editor, AnimatorUtils, animUtils ) : void
drawLevels ( Editor editor, int levels ) : void
drawPriceInfo ( Editor editor, int prices, UpgradeLevel, type ) : void
drawUpgradeInfoFloat ( Editor editor, string caption, float &value ) : void
drawUpgradeInfoInt ( Editor editor, string caption, int &value ) : void
drawUpgradeSpecs ( Editor editor, UpgradeLevel, specs, int prices = null ) : void

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

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

public static drawAnimPopup ( string label, int &index, string names, string &animationName ) : void
label string
index int
names string
animationName string
Результат void

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

public static drawAnimationDescriptions ( Editor editor, AnimatorUtils, animUtils ) : void
editor Editor
animUtils AnimatorUtils,
Результат void

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

public static drawLevels ( Editor editor, int levels ) : void
editor Editor
levels int
Результат void

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

public static drawPriceInfo ( Editor editor, int prices, UpgradeLevel, type ) : void
editor Editor
prices int
type UpgradeLevel,
Результат void

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

public static drawUpgradeInfoFloat ( Editor editor, string caption, float &value ) : void
editor Editor
caption string
value float
Результат void

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

public static drawUpgradeInfoInt ( Editor editor, string caption, int &value ) : void
editor Editor
caption string
value int
Результат void

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

public static drawUpgradeSpecs ( Editor editor, UpgradeLevel, specs, int prices = null ) : void
editor Editor
specs UpgradeLevel,
prices int
Результат void