C# 클래스 WireInventoryCount, RoverGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
countText Text
highlightCountColor Color
highlightWireColor Color
myIngredient Ingredient
myWireType WireType
titleText Text
wireImage Image

공개 메소드들

메소드 설명
SetTextSizeDown ( ) : void
SetTextSizeUp ( ) : void
SetWireCount ( int count ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

SetTextSizeDown() 공개 메소드

public SetTextSizeDown ( ) : void
리턴 void

SetTextSizeUp() 공개 메소드

public SetTextSizeUp ( ) : void
리턴 void

SetWireCount() 공개 메소드

public SetWireCount ( int count ) : void
count int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

countText 공개적으로 프로퍼티

public Text countText
리턴 Text

highlightCountColor 공개적으로 프로퍼티

public Color highlightCountColor
리턴 Color

highlightWireColor 공개적으로 프로퍼티

public Color highlightWireColor
리턴 Color

myIngredient 공개적으로 프로퍼티

public Ingredient myIngredient
리턴 Ingredient

myWireType 공개적으로 프로퍼티

public WireType myWireType
리턴 WireType

titleText 공개적으로 프로퍼티

public Text titleText
리턴 Text

wireImage 공개적으로 프로퍼티

public Image wireImage
리턴 Image