PhotonMessageInfo.PhotonMessageInfo C# (CSharp) Method

PhotonMessageInfo() public method

Initializes a new instance of the PhotonMessageInfo class. To create an empty messageinfo only!
public PhotonMessageInfo ( ) : System
return System
    public PhotonMessageInfo()
    {
        this.sender = PhotonNetwork.player;
        this.timeInt = (int)(PhotonNetwork.time * 1000);
        this.photonView = null;
    }

Same methods

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