ENet Class Library for C#
Peer.State Property
Gets the peer state.
[Visual Basic]
Public ReadOnly Property State() As
PeerState
Public Get
End Get
End Property
[C#]
public
PeerState
State { public get; }
See Also
Peer Class
|
ENet Namespace