Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
RX_RoomScript
C# Class RX_RoomScript, RXCardGame
Inheritance:
MonoBehaviour
显示文件
Open project: applexiaohao/RXCardGame
Public Properties
Property
Type
Description
room_grid
UIGrid,
room_item
GameObject
sceneTitle
UILabel,
Public Methods
Method
Description
CreateRoom
( ) :
void
通过用户昵称来创建斗地主房间
GetRoomList
( ) :
void
用户点击刷新按钮时触发的获取房间消息
Start
( ) :
void
Method Details
CreateRoom()
public
method
通过用户昵称来创建斗地主房间
public
CreateRoom
( ) :
void
return
void
GetRoomList()
public
method
用户点击刷新按钮时触发的获取房间消息
public
GetRoomList
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
room_grid
public_oe property
房间列表的容器
public
UIGrid,
room_grid
return
UIGrid,
room_item
public_oe property
房间列表中的每个小房间的prefab
public
GameObject
room_item
return
GameObject
sceneTitle
public_oe property
房间列表标题,用来显示用户昵称
public
UILabel,
sceneTitle
return
UILabel,