Inherits CrossLink.PanelBase.
|
void | UpdateRoomInfo (string ge) |
|
void | CreateCoLocation () |
|
void | JoinCoLocation () |
|
void | CancelDiscovery () |
|
void | RefreshRoomList (int page) |
|
void | PagePrev () |
|
void | PageNext () |
|
void | UpdatePageBtn (SortedList< string, LANRoom > rooms) |
|
void | UpdatePage (int page=0) |
|
void | JoinAsClient (string ipAddress) |
|
void | LeaveCoLocation () |
|
void | SetJoinIpAddress (string ip) |
|
void | ManualSetAnchor () |
|
void | OnNextBtnClicked () |
|
void | GoToSetAnchorPage (string ge) |
|
void | HostFinishRoom () |
|
void | HostStartShareAnchor () |
|
void | HostOpenRoom () |
|
void | RequestSceneCapture () |
|
void | HostSetSharedAnchor () |
|
void | CloseCoLoationPanel () |
|
void | FadeIn (System.Action onFin=null) |
|
void | FadeOut (System.Action onFin=null) |
|
virtual void | OnInit () |
|
virtual void | OnRelease () |
|
void | Exit () |
|
|
bool | canInteract = true |
|
GameObject | startPage |
|
GameObject | modPage |
|
GameObject | roomPage |
|
GameObject | mainPanel |
|
GameObject | anchorAdditionalPanel |
|
GameObject | createRoomBtn |
|
GameObject | joinRoomBtn |
|
GameObject | leaveRoomBtn |
|
PhysicsButton | serverTryAutoAnchorBtn |
|
PhysicsButton | manualSetAnchorBtn |
|
PhysicsButton | completeManualAnchorBtn |
|
GameObject | hostNode |
|
GameObject | roomPageWaitNode |
|
GameObject | roomPageAnchorNode |
|
GameObject | anchorHostNode |
|
Text | roomTx |
|
UIText | hostIpTx |
|
UIText | roomStatusTx |
|
bool | manualSetAnchor = false |
|
SortedList< string, LANRoom > | roomList = new SortedList<string, LANRoom>() |
|
List< NetworkRoomElement > | roomElements |
|
GameObject | roomListPage |
|
GameObject | prevPageBtn |
|
GameObject | nextPageBtn |
|
GameObject | noRoomText |
|
float | roomListRefreshingTime = 5f |
|
float | joinRoomTimeout = 10f |
|
string | panelName |
|
bool | ignoreFadeEffect = false |
|
|
virtual void | OnExit () |
|
CanvasGroup | canvasGroup |
|