Click or drag to resize
Local Multiplayer for iOS/tvOS/macOS
AppleLocalMultiplayerISessionSetLocalPeerName Method
Sets the name of the local peer.

Namespace:  LostPolygon.Apple.LocalMultiplayer
Syntax
C#
void SetLocalPeerName(
	string localPeerName
)

Parameters

localPeerName
Type: SystemString
Name of the local peer that will be displayed to peer browsers. Can be up to 63 bytes in UTF8 encoding.

Return Value

Type: 
true on success, false on error.
See Also