C# Class Indiefreaks.Xna.Sessions.Lidgren.LidgrenIdentifiedPlayer

Inheritance: IdentifiedPlayer
Exibir arquivo Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System

Creates a new local player instance

LidgrenIdentifiedPlayer ( string uniqueId ) : System

Creates a new remote player instance

Private Methods

Method Description
SetIsHost ( ) : void

Method Details

LidgrenIdentifiedPlayer() public method

Creates a new local player instance
public LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System
playerInput Indiefreaks.Xna.Input.PlayerInput The PlayerInput instance used by the Player
return System

LidgrenIdentifiedPlayer() public method

Creates a new remote player instance
public LidgrenIdentifiedPlayer ( string uniqueId ) : System
uniqueId string The id of the remote player
return System