raise


Description:

[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public void raise (Actor? below)

Warning: raise is deprecated since 1.10.

Puts this above below.

Note:

Both actors must have the same parent, and the parent must implement the Container interface

This function calls raise_child internally.

Parameters:

this

A Actor

below

A Actor to raise above.