C# 클래스 FindIt.GameScript

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BrainProject/UnityTemp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clona UnityEngine.GameObject
numberPieces int
progresSlider Slider
targetImage UnityEngine.GameObject

공개 메소드들

메소드 설명
CheckEndGame ( ) : void
Start ( ) : void
UpdateGreenBarAndText ( ) : void
newTargetImage ( ) : void

비공개 메소드들

메소드 설명
LoadResourcePack ( ) : void
SetUpSprites ( int numPictures ) : void
UpdateCameraSize ( ) : void

메소드 상세

CheckEndGame() 공개 메소드

public CheckEndGame ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateGreenBarAndText() 공개 메소드

public UpdateGreenBarAndText ( ) : void
리턴 void

newTargetImage() 공개 메소드

public newTargetImage ( ) : void
리턴 void

프로퍼티 상세

clona 공개적으로 프로퍼티

public GameObject,UnityEngine clona
리턴 UnityEngine.GameObject

numberPieces 공개적으로 프로퍼티

public int numberPieces
리턴 int

progresSlider 공개적으로 프로퍼티

public Slider progresSlider
리턴 Slider

targetImage 공개적으로 프로퍼티

public GameObject,UnityEngine targetImage
리턴 UnityEngine.GameObject