C# 클래스 Power, UnderworldExporter

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

공개 프로퍼티들

프로퍼티 타입 설명
PreviousCharge float
PreviousIndex int
RepeatCounter int
uiPowerGem RawImage

공개 메소드들

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

Compares the previous charge with the current attack charge. If the charge level has changed it changes the power gem image. Once it reaches full charge it will loop the max charge animation.

UpdateMaxCharge ( ) : void

Loops the max charge image.

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

Compares the previous charge with the current attack charge. If the charge level has changed it changes the power gem image. Once it reaches full charge it will loop the max charge animation.
public Update ( ) : void
리턴 void

UpdateMaxCharge() 공개 메소드

Loops the max charge image.
public UpdateMaxCharge ( ) : void
리턴 void

프로퍼티 상세

PreviousCharge 공개적으로 프로퍼티

public float PreviousCharge
리턴 float

PreviousIndex 공개적으로 프로퍼티

public int PreviousIndex
리턴 int

RepeatCounter 공개적으로 프로퍼티

public int RepeatCounter
리턴 int

uiPowerGem 공개적으로 프로퍼티

public RawImage uiPowerGem
리턴 RawImage