using CG.Framework; using CG.UTility; using DG.Tweening; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Video; /******************************************************************************* *Create By CG *Function *******************************************************************************/ namespace ZXK.LouDiXvMuNiu { public class ThreeVideoChoicePrefab : UIBase { private Text _answerText = null; private Transform _videoItemContainer = null; private Button _closeBtn = null; protected override void Awake() { base.Awake(); _answerText = transform.Find("Mask/Connet/AnswerText").GetComponent(); _videoItemContainer = transform.Find("Mask/Connet/QuestionsConnet"); _closeBtn= transform.Find("Mask/Connet/CloseButton").GetComponent