is_in_clone_paint


Description:

[ Version ( since = "1.0" ) ]
public bool is_in_clone_paint ()

Checks whether this is being currently painted by a Clone

This function is useful only inside the paint virtual function implementations or within handlers for the paint signal

This function should not be used by applications

Parameters:

this

a Actor

Returns:

true if the Actor is currently being painted by a Clone, and false otherwise