C# Class StatueCheck, PGP2

Inheritance: MonoBehaviour
Exibir arquivo Open project: theiis/PGP2

Public Properties

Property Type Description
correctStatue GameObject
emptySpot bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
getCurrentStatue ( ) : GameObject
isEmpty ( ) : bool
placeStatue ( GameObject statue ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getCurrentStatue() public method

public getCurrentStatue ( ) : GameObject
return GameObject

isEmpty() public method

public isEmpty ( ) : bool
return bool

placeStatue() public method

public placeStatue ( GameObject statue ) : void
statue GameObject
return void

Property Details

correctStatue public_oe property

public GameObject correctStatue
return GameObject

emptySpot public_oe property

public bool emptySpot
return bool