Quantum Engineering
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
BlockSelector Class Reference

Public Member Functions

 BlockSelector (PlayerController playerController)
 This class handles the building block selection at the top right corner of the screen. More...
 
void NextBlock ()
 Changes the currently selected building block. More...
 
void PreviousBlock ()
 Changes the currently selected building block. More...
 

Public Attributes

string [] objectNames
 

Private Member Functions

void SetSelection ()
 Applies changes. More...
 

Private Attributes

PlayerController playerController
 
int selection
 

Constructor & Destructor Documentation

◆ BlockSelector()

BlockSelector.BlockSelector ( PlayerController  playerController)
inline

This class handles the building block selection at the top right corner of the screen.

Member Function Documentation

◆ NextBlock()

void BlockSelector.NextBlock ( )
inline

Changes the currently selected building block.

◆ PreviousBlock()

void BlockSelector.PreviousBlock ( )
inline

Changes the currently selected building block.

◆ SetSelection()

void BlockSelector.SetSelection ( )
inlineprivate

Applies changes.

Member Data Documentation

◆ objectNames

string [] BlockSelector.objectNames

◆ playerController

PlayerController BlockSelector.playerController
private

◆ selection

int BlockSelector.selection
private

The documentation for this class was generated from the following file: