C# Class FindIt.GameScript

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
clona UnityEngine.GameObject
numberPieces int
progresSlider Slider
targetImage UnityEngine.GameObject

Public Methods

Method Description
CheckEndGame ( ) : void
Start ( ) : void
UpdateGreenBarAndText ( ) : void
newTargetImage ( ) : void

Private Methods

Method Description
LoadResourcePack ( ) : void
SetUpSprites ( int numPictures ) : void
UpdateCameraSize ( ) : void

Method Details

CheckEndGame() public method

public CheckEndGame ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UpdateGreenBarAndText() public method

public UpdateGreenBarAndText ( ) : void
return void

newTargetImage() public method

public newTargetImage ( ) : void
return void

Property Details

clona public property

public GameObject,UnityEngine clona
return UnityEngine.GameObject

numberPieces public property

public int numberPieces
return int

progresSlider public property

public Slider progresSlider
return Slider

targetImage public property

public GameObject,UnityEngine targetImage
return UnityEngine.GameObject