2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::FeatureList Struct Reference

Enabled features for the UI system. More...

#include <Coherent/Coherent/UIGT/UISystem.h>

Public Attributes

bool UseCSSAnimationStyleCache
 Caches static element styles, so they aren't recalculated as often when animated using CSS. This can have a performance increase of up to 30% depending on how many CSS animations your UI uses. More...
 

Detailed Description

Enabled features for the UI system.

Member Data Documentation

◆ UseCSSAnimationStyleCache

bool Coherent::UIGT::FeatureList::UseCSSAnimationStyleCache

Caches static element styles, so they aren't recalculated as often when animated using CSS. This can have a performance increase of up to 30% depending on how many CSS animations your UI uses.

Note
This is off by default, because it may break some animations. Check your UI after enabling it.