get_reveal_child


Description:

[ Version ( since = "3.10" ) ]
public bool get_reveal_child ()

Returns whether the child is currently revealed.

See set_reveal_child.

This function returns true as soon as the transition is to the revealed state is started. To learn whether the child is fully revealed (ie the transition is completed), use get_child_revealed.

Parameters:

this

a Revealer

Returns:

true if the child is revealed.