Heads Up display.
Display scene related information to the screen. This information will also be present in the rendered frames when creating AVIs or QuickTime files.
Public Member Functions | |
__init__ (str pName, object pObject=None) | |
Constructor. | |
FBHUDElement | CreateElement (EStockElement pType, str pName) |
Public Attributes | |
FBPropertyBase | Visibility |
Read Write Property: Indicate if the information will be displayed or not. | |
FBPropertyEvent | OnDisplay |
Event: Callback just before HUD is displayed to update custom values. | |
FBPropertyListHUDElement | Elements |
List: Elements present in the HUD. |
Constructor.
pName | Name of new HUD. |
pObject | For internal use only. This parameter does not need to be specified by the developer. |
Reimplemented from FBBox.
FBHUDElement CreateElement | ( | EStockElement | pType, |
str | pName | ||
) |
FBPropertyBase Visibility |
Read Write Property: Indicate if the information will be displayed or not.
FBPropertyEvent OnDisplay |
Event: Callback just before HUD is displayed to update custom values.
List: Elements present in the HUD.