inStage property

bool inStage

Returns true if this object is on the stage.

Implementation

bool get inStage {
  return base is Stage;
}