Esempio n. 1
0
            public UnityAudioPlayer(UnityAudioPlayerChannel channel)
            {
                m_logger  = new Logger(this);
                m_channel = channel;

                Pitch  = 1f;
                Volume = 1f;
                Loop   = false;

                Inst = g_inst++;
            }
Esempio n. 2
0
 public UnityAudioPlayerChannelImpl(UnityAudioPlayerChannel wrapper)
 {
     m_wrapper = wrapper;
 }