C# Class RandomMatchmaker, source

Inheritance: Photon.PunBehaviour
Mostrar archivo Open project: unityosgt/source Class Usage Examples

Public Properties

Property Type Description
numberOfPlayer int
target Transform

Public Methods

Method Description
OnGUI ( ) : void
OnJoinedLobby ( ) : void
OnJoinedRoom ( ) : void
OnPhotonRandomJoinFailed ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

OnJoinedLobby() public method

public OnJoinedLobby ( ) : void
return void

OnJoinedRoom() public method

public OnJoinedRoom ( ) : void
return void

OnPhotonRandomJoinFailed() public method

public OnPhotonRandomJoinFailed ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

numberOfPlayer public_oe property

public int numberOfPlayer
return int

target public_oe property

public Transform target
return Transform