コード例 #1
0
        protected override void Awake()
        {
            base.Awake();

            _creditsText.richText = true;
            _creditsText.text     = _creditsData.ToString();
        }
コード例 #2
0
 private void Awake()
 {
     _creditsText.richText = true;
     _creditsText.text     = _creditsData.ToString();
 }