C# Class DMXOLAOSCController, fuze-vj-kit

Inheritance: DMXAbstractController
Afficher le fichier Open project: unity3d-jp/fuze-vj-kit

Méthodes publiques

Свойство Type Description
serverHostname string
serverPort int

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
ToggleBlackout ( ) : void

Méthodes protégées

Méthode Description
SendChannelData ( byte channelData ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

SendChannelData() protected méthode

protected SendChannelData ( byte channelData ) : void
channelData byte
Résultat void

ToggleBlackout() public méthode

public ToggleBlackout ( ) : void
Résultat void

Property Details

serverHostname public_oe property

public string serverHostname
Résultat string

serverPort public_oe property

public int serverPort
Résultat int