C# Класс Indiefreaks.Xna.Sessions.Lidgren.LidgrenIdentifiedPlayer

Наследование: IdentifiedPlayer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System

Creates a new local player instance

LidgrenIdentifiedPlayer ( string uniqueId ) : System

Creates a new remote player instance

Приватные методы

Метод Описание
SetIsHost ( ) : void

Описание методов

LidgrenIdentifiedPlayer() публичный Метод

Creates a new local player instance
public LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System
playerInput Indiefreaks.Xna.Input.PlayerInput The PlayerInput instance used by the Player
Результат System

LidgrenIdentifiedPlayer() публичный Метод

Creates a new remote player instance
public LidgrenIdentifiedPlayer ( string uniqueId ) : System
uniqueId string The id of the remote player
Результат System