添加场景跟文本框脚本
This commit is contained in:
parent
ed1187fa11
commit
2e16b88891
29535
xiaofang/Assets/Scenes/LL_Schedule_03.unity
Normal file
29535
xiaofang/Assets/Scenes/LL_Schedule_03.unity
Normal file
File diff suppressed because it is too large
Load Diff
7
xiaofang/Assets/Scenes/LL_Schedule_03.unity.meta
Normal file
7
xiaofang/Assets/Scenes/LL_Schedule_03.unity.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9917bf44f02c3ff4db098aa64c4a8c16
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
@ -8,7 +8,9 @@ public class DatePanel : MonoBehaviour
|
|||||||
[Header("组件")]
|
[Header("组件")]
|
||||||
public Button calendarBtn; // 日历按钮
|
public Button calendarBtn; // 日历按钮
|
||||||
public GameObject calendarPanel; // 日历面板
|
public GameObject calendarPanel; // 日历面板
|
||||||
|
public Text SchoolText; //事故校区文本
|
||||||
|
public Text PlaceText; //事故地点文本
|
||||||
|
public Text NumberText; //参与人数文本
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user