C# Class Infiniminer.InfiniminerGame

Inheritance: StateMasher.StateMachine
Afficher le fichier Open project: bobisfat/Infiniminer Class Usage Examples

Méthodes publiques

Свойство Type Description
DrawFrameRate bool
InvertMouseYAxis bool
NoSound bool
RenderPretty bool
anyPacketsReceived bool
blue Color
blueName string
customColours bool
keyBinds KeyBindHandler
mouseSensitivity float
red Color
redName string

Méthodes publiques

Méthode Description
EnumerateServers ( float discoveryTime ) : List
InfiniminerGame ( string args ) : System
JoinGame ( IPEndPoint serverEndPoint ) : void
ResetPropertyBag ( ) : void
UpdateNetwork ( GameTime gameTime ) : void
setServername ( string newName ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
LoadContent ( ) : void
OnExiting ( object sender, EventArgs args ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
CheckForStandingInLava ( ) : void

Method Details

EnumerateServers() public méthode

public EnumerateServers ( float discoveryTime ) : List
discoveryTime float
Résultat List

InfiniminerGame() public méthode

public InfiniminerGame ( string args ) : System
args string
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

JoinGame() public méthode

public JoinGame ( IPEndPoint serverEndPoint ) : void
serverEndPoint System.Net.IPEndPoint
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

OnExiting() protected méthode

protected OnExiting ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

ResetPropertyBag() public méthode

public ResetPropertyBag ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

UpdateNetwork() public méthode

public UpdateNetwork ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

setServername() public méthode

public setServername ( string newName ) : void
newName string
Résultat void

Property Details

DrawFrameRate public_oe property

public bool DrawFrameRate
Résultat bool

InvertMouseYAxis public_oe property

public bool InvertMouseYAxis
Résultat bool

NoSound public_oe property

public bool NoSound
Résultat bool

RenderPretty public_oe property

public bool RenderPretty
Résultat bool

anyPacketsReceived public_oe property

public bool anyPacketsReceived
Résultat bool

blue public_oe property

public Color blue
Résultat Color

blueName public_oe property

public string blueName
Résultat string

customColours public_oe property

public bool customColours
Résultat bool

keyBinds public_oe property

public KeyBindHandler,Infiniminer keyBinds
Résultat KeyBindHandler

mouseSensitivity public_oe property

public float mouseSensitivity
Résultat float

red public_oe property

public Color red
Résultat Color

redName public_oe property

public string redName
Résultat string