NetworkTransport.SetBroadcastCredentials

매뉴얼로 전환
public static void SetBroadcastCredentials (int hostId, int key, int version, int subversion, out byte error);

파라미터

hostIdHost ID associated with this broadcast.
keyKey part of the credentials associated with this broadcast.
versionVersion part of the credentials associated with this broadcast.
subversionSubversion part of the credentials associated with this broadcast.
errorError (can be cast to NetworkError for more information).

설명

Sets the credentials required for receiving broadcast messages. Should any credentials of a received broadcast message not match, the broadcast discovery message is dropped.