FMOD.ChannelControl.setMute C# (CSharp) Method

setMute() public method

public setMute ( bool mute ) : RESULT
mute bool
return RESULT
        public RESULT setMute(bool mute)
        {
            return FMOD_ChannelGroup_SetMute(rawPtr, mute);
        }
        public RESULT getMute(out bool mute)
ChannelControl