C# Class RandomMatchmaker, source

Inheritance: Photon.PunBehaviour
Afficher le fichier Open project: unityosgt/source Class Usage Examples

Méthodes publiques

Свойство Type Description
numberOfPlayer int
target Transform

Méthodes publiques

Méthode Description
OnGUI ( ) : void
OnJoinedLobby ( ) : void
OnJoinedRoom ( ) : void
OnPhotonRandomJoinFailed ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnJoinedLobby() public méthode

public OnJoinedLobby ( ) : void
Résultat void

OnJoinedRoom() public méthode

public OnJoinedRoom ( ) : void
Résultat void

OnPhotonRandomJoinFailed() public méthode

public OnPhotonRandomJoinFailed ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

numberOfPlayer public_oe property

public int numberOfPlayer
Résultat int

target public_oe property

public Transform target
Résultat Transform