C# 클래스 CommonInspectorMethods, Zombayo

파일 보기 프로젝트 열기: pchernev/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