C# Class FindIt.GameScript

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 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_oe property

public GameObject,UnityEngine clona
return UnityEngine.GameObject

numberPieces public_oe property

public int numberPieces
return int

progresSlider public_oe property

public Slider progresSlider
return Slider

targetImage public_oe property

public GameObject,UnityEngine targetImage
return UnityEngine.GameObject