C# Class Sol.FuelCellPuzzle

Inheritance: Menu
Show file 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 property

public Transform,UnityEngine cameraInPos
return UnityEngine.Transform

cameraOutPos public property

public Transform,UnityEngine cameraOutPos
return UnityEngine.Transform

desiredCharge public property

public int desiredCharge
return int

exitButton public property

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

fuelCellContainer public property

public ContainerObject,Sol fuelCellContainer
return ContainerObject

leftCharger public property

public ChargeTracker,Sol leftCharger
return ChargeTracker

rightCharger public property

public ChargeTracker,Sol rightCharger
return ChargeTracker

roverParent public property

public Transform,UnityEngine roverParent
return UnityEngine.Transform