Make our ManagedRoot available to callers.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@335 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -232,6 +232,14 @@ public abstract class FrameManager
|
||||
return _overlay;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the managed root on which this frame manager is operating.
|
||||
*/
|
||||
public ManagedRoot getManagedRoot ()
|
||||
{
|
||||
return _root;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears out any media overlay that is in use.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user