コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="U3DXT.iOS.GameKit.VoiceChatPlayerStateChangedEventArgs"/> class.
 /// </summary>
 /// <param name="voiceChat">Voice Chat.</param>
 /// <param name="player">Player.</param>
 /// <param name="state">State.</param>
 public VoiceChatPlayerStateChangedEventArgs(VoiceChat voiceChat, Player player, GKVoiceChatPlayerState state)
 {
     this.voiceChat = voiceChat;
     this.player = player;
     this.state = state;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="U3DXT.iOS.GameKit.VoiceChatPlayerStateChangedEventArgs"/> class.
 /// </summary>
 /// <param name="voiceChat">Voice Chat.</param>
 /// <param name="player">Player.</param>
 /// <param name="state">State.</param>
 public VoiceChatPlayerStateChangedEventArgs(VoiceChat voiceChat, Player player, GKVoiceChatPlayerState state)
 {
     this.voiceChat = voiceChat;
     this.player    = player;
     this.state     = state;
 }