C# 클래스 MinionNames

상속: MonoBehaviour
파일 보기 프로젝트 열기: Devination/TheRightWay

공개 프로퍼티들

프로퍼티 타입 설명
lerpTime float
minionNames string[]
nameText Text
scalePlus float

공개 메소드들

메소드 설명
newMinion ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
lerpTextSize ( ) : IEnumerator

메소드 상세

newMinion() 공개 메소드

public newMinion ( ) : void
리턴 void

프로퍼티 상세

lerpTime 공개적으로 프로퍼티

public float lerpTime
리턴 float

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

public static string[] minionNames
리턴 string[]

nameText 공개적으로 프로퍼티

public Text nameText
리턴 Text

scalePlus 공개적으로 프로퍼티

public float scalePlus
리턴 float