get_next_sibling
Description:
[
Version ( since =
"1.10" ) ]
public unowned Actor get_next_sibling ()
Retrieves the sibling of this that comes after it in the list of children of
this's parent.
The returned pointer is only valid until the scene graph changes; it is not safe to modify the list of children of
this while iterating it.
Parameters:
Returns:
a pointer to a Actor, or null
|