//////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2007-2020 , Inc. All Rights Reserved. // //////////////////////////////////////////////////////////////////////////////// using UnityEngine; using UnityEngine.UI; namespace GCSeries.Core.Samples { public class FramePickerMenu : MonoBehaviour { //////////////////////////////////////////////////////////////////////// // MonoBehaviour Callbacks //////////////////////////////////////////////////////////////////////// void Start() { this._frames = GameObject.FindObjectsOfType(); this._cameraRig = GameObject.FindObjectOfType(); this._layoutGroup = this.gameObject.GetComponent(); this._baseButton = this._layoutGroup.GetComponentInChildren