Cascade.MusicalNote.GetVolume C# (CSharp) 메소드

GetVolume() 보호된 메소드

protected GetVolume ( ) : float
리턴 float
        protected virtual float GetVolume()
        {
            return volume * fadeVolume;
        }
    }