getScreen
Returns cached instance of Screen of the selected type.
Return
an instance of Screen extending passed Type.
Parameters
Type
concrete class of the screen implementation. The screen instance of this type must have been added with addScreen before calling this method.
See also
Throws
Returns cached instance of Type of the selected type.
Return
Parameters
type
concrete class of the screen implementation. The screen instance of this type must have been added with addScreen before calling this method.