Indiefreaks.Xna.Sessions.IdentifiedPlayer.IdentifiedPlayer C# (CSharp) Method

IdentifiedPlayer() protected method

Creates a new local player instance
protected IdentifiedPlayer ( PlayerInput playerInput ) : Indiefreaks.Xna.Core
playerInput Indiefreaks.Xna.Input.PlayerInput The PlayerInput instance used by the Player
return Indiefreaks.Xna.Core
        protected IdentifiedPlayer(PlayerInput playerInput)
        {
            Input = playerInput;
            LogicalPlayerIndex = LogicalPlayerIndex.None;
        }

Same methods

IdentifiedPlayer::IdentifiedPlayer ( string uniqueId ) : Indiefreaks.Xna.Core