C# Class SelectImage

Inheritance: MonoBehaviour
Show file Open project: DiUS/3DiUS Class Usage Examples

Public Properties

Property Type Description
RadialTimer GameObject
highlightTexture GameObject
timeToFocus float

Public Methods

Method Description
DestroyAndCreateNewHighlight ( ) : void
FinishedBuildingPanelsEvent ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ResetSelectedPanel ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ChoosePicture ( ) : IEnumerator

Method Details

DestroyAndCreateNewHighlight() public method

public DestroyAndCreateNewHighlight ( ) : void
return void

FinishedBuildingPanelsEvent() public method

public FinishedBuildingPanelsEvent ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

ResetSelectedPanel() public method

public ResetSelectedPanel ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

RadialTimer public property

public GameObject RadialTimer
return GameObject

highlightTexture public property

public GameObject highlightTexture
return GameObject

timeToFocus public property

public float timeToFocus
return float