C# 클래스 Indiefreaks.Xna.Sessions.Lidgren.LidgrenIdentifiedPlayer

상속: IdentifiedPlayer
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
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