PointClickEngine::Graphics::Effects::ObjectEffects::HighlightEffect
Inherits PointClickEngine::Graphics::Effects::Effect < Reference < Object
Adds a highlight effect to objects (glow, outline, or color overlay)
Constructors
new(highlight_type : HighlightType = HighlightType::Glow, color : RL::Color = RL::YELLOW, duration : Float32 = 0.0_f32)
SourceInstance methods
color
Sourcecolor=(color : RL::Color)
Sourcehighlight_type
Sourcehighlight_type=(highlight_type : HighlightType)
Sourcepulse_speed
Sourcepulse_speed=(pulse_speed : Float32)
Sourceradius
Sourceradius=(radius : Float32)
Sourcethickness
Sourcethickness=(thickness : Float32)
Source