Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified T:Indiefreaks.Xna.Sessions.IdentifiedPlayer is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int | ||
PreparePlayerDevice ( ) : void | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
IdentifiedPlayer ( |
Creates a new local player instance
|
|
IdentifiedPlayer ( string uniqueId ) : Indiefreaks.Xna.Core |
Creates a new remote player instance
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
protected IdentifiedPlayer ( |
||
playerInput | The PlayerInput instance used by the Player | |
return | Indiefreaks.Xna.Core |
protected IdentifiedPlayer ( string uniqueId ) : Indiefreaks.Xna.Core | ||
uniqueId | string | The id of the remote player |
return | Indiefreaks.Xna.Core |