Method | Description | |
---|---|---|
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 |
public static drawAnimPopup ( string label, int &index, string names, string &animationName ) : void | ||
label | string | |
index | int | |
names | string | |
animationName | string | |
return | void |
public static drawAnimationDescriptions ( Editor editor, AnimatorUtils, animUtils ) : void | ||
editor | Editor | |
animUtils | AnimatorUtils, | |
return | void |
public static drawLevels ( Editor editor, int levels ) : void | ||
editor | Editor | |
levels | int | |
return | void |
public static drawPriceInfo ( Editor editor, int prices, UpgradeLevel, type ) : void | ||
editor | Editor | |
prices | int | |
type | UpgradeLevel, | |
return | void |
public static drawUpgradeInfoFloat ( Editor editor, string caption, float &value ) : void | ||
editor | Editor | |
caption | string | |
value | float | |
return | void |
public static drawUpgradeInfoInt ( Editor editor, string caption, int &value ) : void | ||
editor | Editor | |
caption | string | |
value | int | |
return | void |
public static drawUpgradeSpecs ( Editor editor, UpgradeLevel, specs, int prices = null ) : void | ||
editor | Editor | |
specs | UpgradeLevel, | |
prices | int | |
return | void |