This class controls the panel that is shown when the current user is an anonymous user. The sign prevent the anonymous user use the social functionalities of the application.
More...
|
void | Awake () |
| This method is called before the first frame. It hides or shows the text and the image of the panel if the current user is anonymous. More...
|
|
|
GameObject | image_ |
| GameObject that contains the background image of the panel. More...
|
|
GameObject | text_ |
| GameObject that contains the text of the panel. More...
|
|
This class controls the panel that is shown when the current user is an anonymous user. The sign prevent the anonymous user use the social functionalities of the application.
◆ Awake()
void anonymousWarning.Awake |
( |
| ) |
|
|
private |
This method is called before the first frame. It hides or shows the text and the image of the panel if the current user is anonymous.
◆ image_
GameObject anonymousWarning.image_ |
|
private |
GameObject that contains the background image of the panel.
◆ text_
GameObject anonymousWarning.text_ |
|
private |
GameObject that contains the text of the panel.
The documentation for this class was generated from the following file: