C# Class PlayerDirector, PaperCowboys

Local player-specific preferences are managed here.
Datei anzeigen Open project: Gamieon/PaperCowboys Class Usage Examples

Public Methods

Method Description
PopulateCustomPlayerProperties ( ) : void

This must be called before joining a game

SetPhotonCustomPlayerProperties ( ) : void

This must be called before joining a room in Photon

Method Details

PopulateCustomPlayerProperties() public static method

This must be called before joining a game
public static PopulateCustomPlayerProperties ( ) : void
return void

SetPhotonCustomPlayerProperties() public static method

This must be called before joining a room in Photon
public static SetPhotonCustomPlayerProperties ( ) : void
return void