C# Class ButtonRevealPlane, VRDesignLab

Inheritance: MonoBehaviour
Datei anzeigen Open project: VRUX-CO/VRDesignLab

Public Methods

Method Description
OnLookButtonClick ( string buttonID ) : void
OnRevealEnd ( ) : void
OnRevealStart ( ) : void
ShowButtons ( bool show ) : void

Private Methods

Method Description
MoveInfrontOfCamera ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnLookButtonClick() public method

public OnLookButtonClick ( string buttonID ) : void
buttonID string
return void

OnRevealEnd() public method

public OnRevealEnd ( ) : void
return void

OnRevealStart() public method

public OnRevealStart ( ) : void
return void

ShowButtons() public method

public ShowButtons ( bool show ) : void
show bool
return void