C# Class WarTornLands.Infrastructure.DialogManager

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
ファイルを表示 Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
CallDialog ( ConversationItem statement ) : void
Draw ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
DialogManager ( Player player ) : System
NextWord ( string &text, Vector2 &position ) : string
ShowConversation ( ) : void
Wrap ( Vector2 &position ) : void

Method Details

CallDialog() public method

public CallDialog ( ConversationItem statement ) : void
statement WarTornLands.Infrastructure.Systems.DialogSystem.ConversationItem
return void

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void