IGameScreen MembersRapidGame Class Library

[This is preliminary documentation and is subject to change.]

The IGameScreen type exposes the following members.

Methods

  NameDescription
Public methodBeginLoad
Public methodDraw
Public methodLoad
Normal Load, Update, Draw methods Load is threaded
Public methodLoadDraw
Public methodLoadGameScreenAsync
Public methodLoadUpdate
Public methodOnPop
Public methodPreLoad
Methods for Load, Update, Draw for use when making a loading screen for a given game screen - This Update and Draw is used while waiting for the asynchronous load to finish - PreLoad is a synchronous load called before the asynchronous load starts
Public methodUpdate
Top
Properties

  NameDescription
Public propertyHasLoadScreen
Public propertyIsLoaded
Top
See Also