Exemplo n.º 1
0
 /// <summary>
 /// Destroys the internal listener representation.
 /// </summary>
 private void DestroyNative()
 {
     if (native != null)
     {
         native.Destroy();
         native = null;
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Destroys the internal listener representation.
 /// </summary>
 private void DestroyNative()
 {
     if (native != null)
     {
         native.Destroy();
         native = null;
     }
 }
Exemplo 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();
        }
Exemplo 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();
        }