Table of Contents

Class EOSPeer2PeerManager

public class EOSPeer2PeerManager : IEOSSubManager
Inheritance
EOSPeer2PeerManager

Constructors

EOSPeer2PeerManager()

public EOSPeer2PeerManager()

Fields

ParticleController

public UIPeer2PeerParticleController ParticleController

Field Value

UIPeer2PeerParticleController

parent

public Transform parent

Field Value

Transform

Methods

GetChatDataCache(out Dictionary<ProductUserId, ChatWithFriendData>)

public bool GetChatDataCache(out Dictionary<ProductUserId, ChatWithFriendData> ChatDataCache)

Parameters

ChatDataCache Dictionary<ProductUserId, ChatWithFriendData>

Returns

bool

GetNATType()

public NATType GetNATType()

Returns

NATType

HandleReceivedMessages()

public ProductUserId HandleReceivedMessages()

Returns

ProductUserId

OnLoggedIn()

public void OnLoggedIn()

OnLoggedOut()

public void OnLoggedOut()

SendMessage(ProductUserId, messageData)

public void SendMessage(ProductUserId friendId, messageData message)

Parameters

friendId ProductUserId
message messageData