C# Class LocalBroadcaster, Team-7

Inheritance: MonoBehaviour
Mostra file Open project: RUGSoftEng/Team-7 Class Usage Examples

Public Properties

Property Type Description
broadcast bool
message string
port int

Public Methods

Method Description
IsBroadcasting ( ) : bool
OnLevelWasLoaded ( int level ) : void
SetBroadcasting ( bool broadcast ) : void
Start ( ) : void

Private Methods

Method Description
Broadcast ( ) : void

Method Details

IsBroadcasting() public method

public IsBroadcasting ( ) : bool
return bool

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

SetBroadcasting() public method

public SetBroadcasting ( bool broadcast ) : void
broadcast bool
return void

Start() public method

public Start ( ) : void
return void

Property Details

broadcast public_oe property

public bool broadcast
return bool

message public_oe property

public string message
return string

port public_oe property

public int port
return int