SampleApp.MainForm.yLookAtBox_TextChanged C# (CSharp) Метод

yLookAtBox_TextChanged() приватный Метод

private yLookAtBox_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void yLookAtBox_TextChanged( object sender, EventArgs e )
        {
            if ( !IsUpdating )
            {
                if ( GetFloatValue( yLookAtBox, ref yLookAt ) )
                {
                    UpdateViewMatrix( );
                }
            }
        }
MainForm