|
Panda3D
|
Classes | |
| class | OnscreenText |
Variables | |
| int | BlackOnWhite = 5 |
| int | NameConfirm = 4 |
| int | Plain = 1 |
| These are the styles of text we might commonly see. | |
| int | ScreenPrompt = 3 |
| int | ScreenTitle = 2 |
OnscreenText module: contains the OnscreenText class. See the :ref:`onscreentext` page in the programming manual for explanation of this class.
| int BlackOnWhite = 5 |
| int NameConfirm = 4 |
| int Plain = 1 |
These are the styles of text we might commonly see.
They set the overall appearance of the text according to one of a number of pre-canned styles. You can further customize the appearance of the text by specifying individual parameters as well.
| int ScreenPrompt = 3 |
| int ScreenTitle = 2 |