Esempio n. 1
0
        //

        /// <summary>
        /// [DEPRECATED] Use <see cref="GetPsaiInfo">GetPsaiInfo()</see> instead.
        /// </summary>
        /// <returns>the current intensity value between 0.0f and 1.0f</returns>
        public float GetCurrentIntensity()
        {
            return(m_logik.getCurrentIntensity());
        }