Esempio n. 1
0
 /// <summary>
 /// Destroys the internal listener representation.
 /// </summary>
 private void DestroyNative()
 {
     if (native != null)
     {
         native.Destroy();
         native = null;
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Destroys the internal listener representation.
 /// </summary>
 private void DestroyNative()
 {
     if (native != null)
     {
         native.Destroy();
         native = null;
     }
 }
Esempio n. 3
0
        /// <summary>
        /// Creates the internal representation of the listener and restores the values saved by the component.
        /// </summary>
        private void RestoreNative()
        {
            native = new NativeAudioListener();

            UpdateTransform();
        }
Esempio n. 4
0
        /// <summary>
        /// Creates the internal representation of the listener and restores the values saved by the component.
        /// </summary>
        private void RestoreNative()
        {
            native = new NativeAudioListener();

            UpdateTransform();
        }