Class TCastleSimpleBackground
Unit
CastleControls
Declaration
type TCastleSimpleBackground = class(TUIControl)
Description
Simple background fill. Using OpenGL GLClear, so unconditionally clears things underneath. In simple cases, you don't want to use this: instead you usually have TCastleSceneManager that fills the whole screen, and it provides a background already.
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
procedure Render; override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure Render; override; |
|
Properties
 |
property RenderStyle default rs3D; |
|
 |
property Color: TCastleColor read FColor write FColor; |
Background color. By default, this is black color with opaque alpha.
|
Generated by PasDoc 0.14.0.
|