Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
RX_RoomScript
C# Class RX_RoomScript, RXCardGame
Inheritance:
MonoBehaviour
Afficher le fichier
Open project: applexiaohao/RXCardGame
Méthodes publiques
Свойство
Type
Description
room_grid
UIGrid,
room_item
GameObject
sceneTitle
UILabel,
Méthodes publiques
Méthode
Description
CreateRoom
( ) :
void
通过用户昵称来创建斗地主房间
GetRoomList
( ) :
void
用户点击刷新按钮时触发的获取房间消息
Start
( ) :
void
Method Details
CreateRoom()
public
méthode
通过用户昵称来创建斗地主房间
public
CreateRoom
( ) :
void
Résultat
void
GetRoomList()
public
méthode
用户点击刷新按钮时触发的获取房间消息
public
GetRoomList
( ) :
void
Résultat
void
Start()
public
méthode
public
Start
( ) :
void
Résultat
void
Property Details
room_grid
public_oe property
房间列表的容器
public
UIGrid,
room_grid
Résultat
UIGrid,
room_item
public_oe property
房间列表中的每个小房间的prefab
public
GameObject
room_item
Résultat
GameObject
sceneTitle
public_oe property
房间列表标题,用来显示用户昵称
public
UILabel,
sceneTitle
Résultat
UILabel,