示例#1
0
    void Start()
    {
        canvas = this.GetComponent <DynamicPanelsCanvas>();

        // Update is called once per frame
        void Update()
        {
        }
    }
示例#2
0
 void Start()
 {
     panelCreatorScript = GetComponent <DynamicPanelsCanvas>();
 }