FlatRedBall.Screens.Screen.MoveToScreen

Introduction The MoveToScreen method can be used to move from the current Screen to another Screen. The MoveToScreen method will destroy the current Screen and all of its contained Entities, then begin loading the Screen passed to the MoveToScreen method. Calling MoveToScreen MoveToScreen accepts either the type (preferred if you know it) or the name[…]

MoveToScreen

Introduction The MoveToScreen method can be used to move from the current Screen to another Screen. The MoveToScreen method will destroy the current Screen and all of its contained Entities, then begin loading the Screen passed to the MoveToScreen method. Calling MoveToScreen MoveToScreen accepts a string which is the fully-qualified name of the Screen you[…]