PhotonMessageInfo.PhotonMessageInfo C# (CSharp) Method

PhotonMessageInfo() public method

public PhotonMessageInfo ( PhotonPlayer, player, int timestamp, PhotonView, view ) : System
player PhotonPlayer,
timestamp int
view PhotonView,
return System
    public PhotonMessageInfo(PhotonPlayer player, int timestamp, PhotonView view)
    {
        this.sender = player;
        this.timeInt = timestamp;
        this.photonView = view;
    }

Same methods

PhotonMessageInfo::PhotonMessageInfo ( ) : System