C# Class PhotonMessageInfo, Droid-Soccer

Afficher le fichier Open project: repelex/Droid-Soccer Class Usage Examples

Méthodes publiques

Свойство Type Description
photonView PhotonView,
sender PhotonPlayer,

Méthodes publiques

Méthode Description
PhotonMessageInfo ( ) : System

Initializes a new instance of the PhotonMessageInfo class. To create an empty messageinfo only!

PhotonMessageInfo ( PhotonPlayer, player, int timestamp, PhotonView, view ) : System
ToString ( ) : string

Method Details

PhotonMessageInfo() public méthode

Initializes a new instance of the PhotonMessageInfo class. To create an empty messageinfo only!
public PhotonMessageInfo ( ) : System
Résultat System

PhotonMessageInfo() public méthode

public PhotonMessageInfo ( PhotonPlayer, player, int timestamp, PhotonView, view ) : System
player PhotonPlayer,
timestamp int
view PhotonView,
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

photonView public_oe property

public PhotonView, photonView
Résultat PhotonView,

sender public_oe property

public PhotonPlayer, sender
Résultat PhotonPlayer,