C# Class Knot3.Framework.Widgets.ErrorDialog

Inheritance: ConfirmDialog
Mostrar archivo Open project: knot3/knot3-code Class Usage Examples

Public Methods

Method Description
ErrorDialog ( IScreen screen, DisplayLayer drawOrder, string message ) : System.Collections.Generic
SubComponents ( GameTime time ) : IEnumerable

Method Details

ErrorDialog() public method

public ErrorDialog ( IScreen screen, DisplayLayer drawOrder, string message ) : System.Collections.Generic
screen IScreen
drawOrder DisplayLayer
message string
return System.Collections.Generic

SubComponents() public method

public SubComponents ( GameTime time ) : IEnumerable
time Microsoft.Xna.Framework.GameTime
return IEnumerable