FCohtmlViewSettings
Public Functions
| Name | |
|---|---|
| FCohtmlViewSettings() |
Public Attributes
| Name | |
|---|---|
| int32 | Width |
| int32 | Height |
| bool | IsTransparent |
| float | AnimationFrameDefer |
Public Functions Documentation
function FCohtmlViewSettings
inline FCohtmlViewSettings()
Public Attributes Documentation
variable Width
int32 Width;
The Width of a View in pixels
variable Height
int32 Height;
The Height of a View in pixels
variable IsTransparent
bool IsTransparent;
Note: Do not blend non-transparent views.
Defines if a view is transparent or not. A transparent view can be have transparent parts that will be correctly blended with the client’s surfaces. Non-transparent views are always implicitly composited as if on a white background. Don’t use transparent views unless you have transparent parts in the page because non-transparent view are slightly faster.
variable AnimationFrameDefer
float AnimationFrameDefer;
Sets the minimal frame time between invocations of requested animation frames in seconds. Decreasing the number will trigger animations more often but will consume more CPU. A good figure is around half the frame-rate of the application.