C# Class FindIt.GameScript

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp Class Usage Examples

Méthodes publiques

Свойство Type Description
clona UnityEngine.GameObject
numberPieces int
progresSlider Slider
targetImage UnityEngine.GameObject

Méthodes publiques

Méthode Description
CheckEndGame ( ) : void
Start ( ) : void
UpdateGreenBarAndText ( ) : void
newTargetImage ( ) : void

Private Methods

Méthode Description
LoadResourcePack ( ) : void
SetUpSprites ( int numPictures ) : void
UpdateCameraSize ( ) : void

Method Details

CheckEndGame() public méthode

public CheckEndGame ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateGreenBarAndText() public méthode

public UpdateGreenBarAndText ( ) : void
Résultat void

newTargetImage() public méthode

public newTargetImage ( ) : void
Résultat void

Property Details

clona public_oe property

public GameObject,UnityEngine clona
Résultat UnityEngine.GameObject

numberPieces public_oe property

public int numberPieces
Résultat int

progresSlider public_oe property

public Slider progresSlider
Résultat Slider

targetImage public_oe property

public GameObject,UnityEngine targetImage
Résultat UnityEngine.GameObject