コード例 #1
0
        public void Show()
        {
            BaseStandShowPiece baseStand = _stand.GetComponent <BaseStandShowPiece>();

            baseStand.Show();
            baseStand.Subscribe();
        }
コード例 #2
0
        protected override void InitialiseStrategy()
        {
            _stand = GetComponentInParent <BaseStandShowPiece>();

            RemoveHighlight();

            _standFocusController = new TeleStandFocusController(_stand);
        }
コード例 #3
0
 public TeleStandFocusController(BaseStandShowPiece stand)
 {
     _stand = stand;
 }