Skip to content

Commit

Permalink
added property to access native stage (closes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Sep 25, 2011
1 parent e761589 commit f0a1a18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions starling/src/starling/core/Starling.as
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@ package starling.core
return mNativeOverlay;
}

/** The Flash (2D) stage Starling renders beneath. */
public function get nativeStage():flash.display.Stage
{
return mNativeStage;
}

// static properties

/** The currently active Starling instance. */
Expand Down

0 comments on commit f0a1a18

Please sign in to comment.