C# Class Pokemon3D.Screens.Overworld.InteractionPromptOverworldUIElement

Inheritance: MessageOverworldUIElement
Exibir arquivo Open project: nilllzz/Pokemon3D

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
InteractionPromptOverworldUIElement ( System.Entity owner, string message ) : System
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
ActiveStateChanged ( ) : void

Method Details

ActiveStateChanged() protected method

protected ActiveStateChanged ( ) : void
return void

Draw() public method

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

InteractionPromptOverworldUIElement() public method

public InteractionPromptOverworldUIElement ( System.Entity owner, string message ) : System
owner System.Entity
message string
return System

Update() public method

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