C# Class SilentNightMutilplayerGame, SOFTENG-306-PROJECT-2

Inheritance: NetworkBehaviour
Show file Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
cookieGenerator GameObject
multiplayerGameController SilentNightMutilplayerGame,
resultScreen GameObject

Public Methods

Method Description
ExitGame ( ) : void
GetTimeLeft ( ) : float
NotifyResult ( ) : void
OnStartServer ( ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void
generateCookie ( ) : void

Method Details

ExitGame() public method

public ExitGame ( ) : void
return void

GetTimeLeft() public method

public GetTimeLeft ( ) : float
return float

NotifyResult() public method

public NotifyResult ( ) : void
return void

OnStartServer() public method

public OnStartServer ( ) : void
return void

Property Details

cookieGenerator public property

public GameObject cookieGenerator
return GameObject

multiplayerGameController public static property

public static SilentNightMutilplayerGame, multiplayerGameController
return SilentNightMutilplayerGame,

resultScreen public property

public GameObject resultScreen
return GameObject