RaiseEffect
Inherits: Effect
Properties
| Type | Name | Default |
|---|---|---|
| Control | target | |
| PanelContainer | shadow | |
| float | raise_speed | 0.2 |
| Vector2 | raise_to_position | Vector2(0, -40) |
| Vector2 | scale_on_raised | Vector2(1.01, 1.01) |
| int | shadow_size_on_raised | 20 |
| Color | shadow_color_on_raised | Color(0, 0, 0, 0.3) |
| Tween | tween | |
| String | lower_signal | |
| int | orig_shadow_size | 0 |
| Color | orig_shadow_color |
Methods
| Returns | Signature |
|---|---|
| void | raise() |
| void | lower() |
Property Descriptions
target
Control target
Note
There is currently no description for this property. Please help us by contributing one!
shadow
PanelContainer shadow
Note
There is currently no description for this property. Please help us by contributing one!
raise_speed
float raise_speed = 0.2
Note
There is currently no description for this property. Please help us by contributing one!
raise_to_position
Vector2 raise_to_position = Vector2(0, -40)
Note
There is currently no description for this property. Please help us by contributing one!
scale_on_raised
Vector2 scale_on_raised = Vector2(1.01, 1.01)
Note
There is currently no description for this property. Please help us by contributing one!
shadow_size_on_raised
int shadow_size_on_raised = 20
Note
There is currently no description for this property. Please help us by contributing one!
shadow_color_on_raised
Color shadow_color_on_raised = Color(0, 0, 0, 0.3)
Note
There is currently no description for this property. Please help us by contributing one!
tween
Tween tween
Note
There is currently no description for this property. Please help us by contributing one!
lower_signal
String lower_signal
Note
There is currently no description for this property. Please help us by contributing one!
orig_shadow_size
int orig_shadow_size = 0
Note
There is currently no description for this property. Please help us by contributing one!
orig_shadow_color
Color orig_shadow_color
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
raise()
void raise()
Note
There is currently no description for this method. Please help us by contributing one!
lower()
void lower()
Note
There is currently no description for this method. Please help us by contributing one!