当前位置:网站首页>NGUI,选择性别男女
NGUI,选择性别男女
2022-06-11 10:20:00 【ying1228475251】
UIToggle toggle,toggle2;
bool flag=false;
void Start () {
toggle = transform.GetChild(0).GetComponent<UIToggle>();
toggle2 = transform.GetChild(1).GetComponent<UIToggle>();
toggle.onChange.Add(new EventDelegate(this, "Chang"));
toggle2.onChange.Add(new EventDelegate(this, "Chang2"));
}
void Chang() {
if (toggle.value==true)
{
toggle2.value=false;
UILabel sex = toggle.transform.GetChild(1).GetComponent<UILabel>();
print(sex.text);
}
}
void Chang2()
{
if (toggle2.value==true)
{
toggle.value = false;
UILabel sex = toggle2.transform.GetChild(0).GetComponent<UILabel>();
print(sex.text);
}
}
边栏推荐
- 有哪些ABAP关键字和语法,到了ABAP云环境上就没办法用了?
- 数据库设计及范式讲解
- Address of my bookmark
- C语言校园导游咨询系统
- Technology cloud report: privacy computing under the wave of Web3.0
- 宝塔面板备份与恢复数据
- 【Objective-C】‘NSAutoreleasePool‘ is unavailable: not available in automatic reference counting mode
- C语言课程设计
- Picture rule page turning
- ZigBee模块通信协议的树形拓扑组网结构
猜你喜欢

Mouse click coordinate transformation generation

Correct opening method of RPC | understand go native net/rpc package

Detailed explanation of Lora module wireless transceiver communication technology

解读USB3.0测试项目

电子设备辐射EMC整改案例

不卷了!入职字节跳动一周就果断跑了。

鼠标点击坐标转换生成

图片规则翻页

What hydraulic oil is used for Denison hydraulic pump? What are the requirements

Differences between beanfactorypostprocessor and beanpostprocessor
随机推荐
【bert】:在训练bert 语义相似的任务时,last ave state 的计算
面试复习之---闭包
How much do you know about software compatibility testing? How to select a software compatibility testing organization?
Ugui picture wall
Picture rule page turning
With determination to forge ahead, JASMINER continues to deepen its brand strength
外包干了四年,废了...
Introduction to ZigBee module wireless transmission star topology networking structure
What are the functions and applications of Mogg test controller
Cisp-pte XSS Foundation
Data consistency
[Bert]: Calculation of last ave state when training tasks with similar Bert semantics
What are the functions and functions of the EMG actuator
DENISON液压泵用什么液压油?有哪些要求
WordPress网站备份
MySQL 权限管理和备份
UGUI
Using exec in PHP to display errors
深夜小酌,50道经典SQL题,真香~
宝塔面板备份与恢复数据