コード例 #1
0
    /// <summary>
    ///
    /// </summary>
    protected override void Awake()
    {
        m_Knob       = Knob.GetComponent <UISprite>();
        m_Background = Background.GetComponent <UISprite>();

        base.Awake();
    }