getMusicChannelVolume() public method

public getMusicChannelVolume ( int channel, float &volume ) : RESULT
channel int
volume float
return RESULT
示例#1
0
            public float?GetVolume(int index)
            {
                float volume;

                return(_fmodSound.getMusicChannelVolume(index, out volume).CheckBox(volume, _suppressions));
            }