Panda3D
Classes | Variables

Package gui.OnscreenText

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

Detailed Description

OnscreenText module: contains the OnscreenText class

Variable Documentation

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
 All Classes Namespaces Functions Variables Properties