C# Class LocalBroadcaster, Team-7

Inheritance: MonoBehaviour
Afficher le fichier Open project: RUGSoftEng/Team-7 Class Usage Examples

Méthodes publiques

Свойство Type Description
broadcast bool
message string
port int

Méthodes publiques

Méthode Description
IsBroadcasting ( ) : bool
OnLevelWasLoaded ( int level ) : void
SetBroadcasting ( bool broadcast ) : void
Start ( ) : void

Private Methods

Méthode Description
Broadcast ( ) : void

Method Details

IsBroadcasting() public méthode

public IsBroadcasting ( ) : bool
Résultat bool

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int level ) : void
level int
Résultat void

SetBroadcasting() public méthode

public SetBroadcasting ( bool broadcast ) : void
broadcast bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

broadcast public_oe property

public bool broadcast
Résultat bool

message public_oe property

public string message
Résultat string

port public_oe property

public int port
Résultat int