| | |
| | |
|
| | | public class BossIntroduceBehaviour : MonoBehaviour
|
| | | {
|
| | | [SerializeField] FindPreciousType m_FindPreciousType = FindPreciousType.WorldBoss;
|
| | | [SerializeField] protected FindPreciousType m_FindPreciousType = FindPreciousType.WorldBoss;
|
| | | [SerializeField] Transform m_ContainerReward;
|
| | | [SerializeField] Transform m_ContainerBossInfo;
|
| | |
|
| | |
| | | float confirmDelay = 0.3f;
|
| | | float confirmTimer = 0f;
|
| | | int tempBossId = 0;
|
| | | int bossId = 0;
|
| | | protected int bossId = 0;
|
| | |
|
| | | public void Display(int _bossId, bool _immediately)
|
| | | {
|
| | |
| | | m_BossAbility.Display(bossId);
|
| | | }
|
| | |
|
| | | private void DrawReward()
|
| | | protected virtual void DrawReward()
|
| | | {
|
| | | UI3DModelExhibition.Instance.StopShowNPC();
|
| | | m_ViewType = ViewType.Reward;
|