record TMessagesTheme
Unit
CastleMessages
Declaration
type TMessagesTheme = record
Description
Overview
Fields
Description
Fields
RectColor: TVector4f; |
Color of the inside area in the message rectangle. If RectColor [3] <> 1.0, then it will be nicely blended on the screen.
|
RectBorderCol: TVector3f; |
Color of the frame of the rectangle.
|
Font: TGLBitmapFontAbstract; |
Font used by procedures in this unit. Nil means "use default font". This font doesn't have to be mono-spaced.
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:13
|