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

50 lines
632 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class InteractiveUI2_2 : ToolBase
{ public GameObject ;
// Start is called before the first frame update
protected override void Start()
{
}
// Update is called once per frame
protected override void Update()
{
base.Update();
}
public void chickNext()
{
if (. == .)
{
.SetActive(false);
. = .;
= true;
}
}
}