E_ElecCompetition/Electrical_inspectionCompet.../Assets/Script/Interactive objects/InteractiveUI3_1.cs

59 lines
784 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class InteractiveUI3_1 : ToolBase
{
public GameObject[] ;
// Start is called before the first frame update
protected override void Start()
{
for (int i = 0; i < .Length; i++)
{
[i].SetActive(true);
}
}
// Update is called once per frame
protected override void Update()
{
base.Update();
}
public void chickNext()
{
if (. == .)
{
for (int i = 0; i < .Length; i++)
{
}
. = .;
= true;
}
}
}