1#include "OverlayComponent.h"
19 TypeDatabase::createType<OverlayComponent>().setBase<Component>().setFields(fields);
BlendMode blendMode
Blend mode of the overlay.
SizeMode sizeMode
Size mode of the overlay.
glm::vec2 size
Size of the overlay.
PositionMode positionMode
Positioning mode of the overlay.
static void registerType()
Register the type in the type system.
glm::mat4 imageTransform
Image transform matrix that can be used to manipulate the appearance of the overlay without performin...
TextureHandle image
Image to display.
glm::vec4 color
Color to tint the overlay image with.
Field definition describing a single data member of a data structure.
Contains reflection support.
Represents an unique name.