C# 클래스 TowerSelection, verthex

상속: MonoBehaviour
파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aoeButton MenuItem,
currentSP UnityEngine.Texture2D
disableCameraPan bool
dotButton MenuItem,
fortifyRP MenuItem,
fortifySP MenuItem,
materialBox Vector2
materialBoxTexture Texture
maxSP UnityEngine.Texture2D
noUpgrade UnityEngine.Texture2D
padding int
stress UnityEngine.Texture2D
upgrade UnityEngine.Texture2D
weaponBox Vector2
weaponBoxTexture Texture

공개 메소드들

메소드 설명
Deselect ( ) : void
GetSelectedSection ( ) : Section,
GetSelectedTower ( ) : Tower,
LocalSelectSection ( Tower, t, int sectionNum ) : void
deselectSection ( ) : void
reselectSection ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
DrawMaterialBox ( ) : void
DrawWeaponBox ( ) : void
OnGUI ( ) : void
SelectSection ( Tower, t, int sectionNumber ) : void
Update ( ) : void

메소드 상세

Deselect() 공개 정적인 메소드

public static Deselect ( ) : void
리턴 void

GetSelectedSection() 공개 정적인 메소드

public static GetSelectedSection ( ) : Section,
리턴 Section,

GetSelectedTower() 공개 정적인 메소드

public static GetSelectedTower ( ) : Tower,
리턴 Tower,

LocalSelectSection() 공개 정적인 메소드

public static LocalSelectSection ( Tower, t, int sectionNum ) : void
t Tower,
sectionNum int
리턴 void

deselectSection() 공개 메소드

public deselectSection ( ) : void
리턴 void

reselectSection() 공개 메소드

public reselectSection ( ) : void
리턴 void

프로퍼티 상세

aoeButton 공개적으로 프로퍼티

public MenuItem, aoeButton
리턴 MenuItem,

currentSP 공개적으로 프로퍼티

public Texture2D,UnityEngine currentSP
리턴 UnityEngine.Texture2D

disableCameraPan 공개적으로 정적으로 프로퍼티

public static bool disableCameraPan
리턴 bool

dotButton 공개적으로 프로퍼티

public MenuItem, dotButton
리턴 MenuItem,

fortifyRP 공개적으로 프로퍼티

public MenuItem, fortifyRP
리턴 MenuItem,

fortifySP 공개적으로 프로퍼티

public MenuItem, fortifySP
리턴 MenuItem,

materialBox 공개적으로 프로퍼티

public Vector2 materialBox
리턴 Vector2

materialBoxTexture 공개적으로 프로퍼티

public Texture materialBoxTexture
리턴 Texture

maxSP 공개적으로 프로퍼티

public Texture2D,UnityEngine maxSP
리턴 UnityEngine.Texture2D

noUpgrade 공개적으로 프로퍼티

public Texture2D,UnityEngine noUpgrade
리턴 UnityEngine.Texture2D

padding 공개적으로 프로퍼티

public int padding
리턴 int

stress 공개적으로 프로퍼티

public Texture2D,UnityEngine stress
리턴 UnityEngine.Texture2D

upgrade 공개적으로 프로퍼티

public Texture2D,UnityEngine upgrade
리턴 UnityEngine.Texture2D

weaponBox 공개적으로 프로퍼티

public Vector2 weaponBox
리턴 Vector2

weaponBoxTexture 공개적으로 프로퍼티

public Texture weaponBoxTexture
리턴 Texture