[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public void raise (Actor? below)
Warning: raise is deprecated since 1.10.
Puts this above below
.
Use set_child_above_sibling instead.
Both actors must have the same parent, and the parent must implement the Container interface
This function calls raise_child internally.
this |
A Actor |
below |
A Actor to raise above. |