次の方法で共有


GKVoiceChat.SetMuteStatus(GKPlayer, Boolean) メソッド

定義

指定した のミュート状態を設定します player

[Foundation.Export("setPlayer:muted:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetMuteStatus (GameKit.GKPlayer player, bool isMuted);
abstract member SetMuteStatus : GameKit.GKPlayer * bool -> unit
override this.SetMuteStatus : GameKit.GKPlayer * bool -> unit

パラメーター

player
GKPlayer
isMuted
Boolean
属性

適用対象