is_default


Description:

[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.8" ) ]
public bool is_default ()

Warning: is_default is deprecated since 1.10.

Checks if this is the default stage, or an instance created using Stage but internally using the same implementation.

Note:

Track the stage pointer inside your application code, or use get_stage to retrieve the stage for a given actor.

Parameters:

this

a Stage

Returns:

true if the passed stage is the default one