Panda3D
|
Classes | |
class | OnscreenText |
Variables | |
list | __all__ = ['OnscreenText', 'Plain', 'ScreenTitle', 'ScreenPrompt', 'NameConfirm', 'BlackOnWhite'] |
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
list __all__ = ['OnscreenText', 'Plain', 'ScreenTitle', 'ScreenPrompt', 'NameConfirm', 'BlackOnWhite'] |
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 |