コード例 #1
0
        private void SetAlpha(float value)
        {
            //IL_0006: Unknown result type (might be due to invalid IL or missing references)
            //IL_000b: Unknown result type (might be due to invalid IL or missing references)
            //IL_001a: Unknown result type (might be due to invalid IL or missing references)
            Color color = m_target.get_color();

            color.a = value;
            m_target.set_color(color);
        }