C# Class Sol.FuelCellPuzzle

Inheritance: Menu
Exibir arquivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
cameraInPos UnityEngine.Transform
cameraOutPos UnityEngine.Transform
desiredCharge int
exitButton UnityEngine.UI.Button
fuelCellContainer ContainerObject
leftCharger ChargeTracker
rightCharger ChargeTracker
roverParent UnityEngine.Transform

Public Methods

Method Description
CheckCompletion ( ) : void
Open ( GameObject lfc, GameObject rfc, Transform camPos, ContainerObject co, GameObject cell ) : void

Private Methods

Method Description
Awake ( ) : void
CloseCoroutine ( ) : IEnumerator
OpenCoroutine ( ) : IEnumerator
StartClose ( ) : void

Method Details

CheckCompletion() public method

public CheckCompletion ( ) : void
return void

Open() public method

public Open ( GameObject lfc, GameObject rfc, Transform camPos, ContainerObject co, GameObject cell ) : void
lfc UnityEngine.GameObject
rfc UnityEngine.GameObject
camPos UnityEngine.Transform
co ContainerObject
cell UnityEngine.GameObject
return void

Property Details

cameraInPos public_oe property

public Transform,UnityEngine cameraInPos
return UnityEngine.Transform

cameraOutPos public_oe property

public Transform,UnityEngine cameraOutPos
return UnityEngine.Transform

desiredCharge public_oe property

public int desiredCharge
return int

exitButton public_oe property

public Button,UnityEngine.UI exitButton
return UnityEngine.UI.Button

fuelCellContainer public_oe property

public ContainerObject,Sol fuelCellContainer
return ContainerObject

leftCharger public_oe property

public ChargeTracker,Sol leftCharger
return ChargeTracker

rightCharger public_oe property

public ChargeTracker,Sol rightCharger
return ChargeTracker

roverParent public_oe property

public Transform,UnityEngine roverParent
return UnityEngine.Transform