C# Class OSCTestSender, wekinator_examples

Inheritance: MonoBehaviour
Afficher le fichier Open project: fiebrink1/wekinator_examples Class Usage Examples

Méthodes publiques

Свойство Type Description
listenerPort int
remoteIp string
sendToPort int

Méthodes publiques

Méthode Description
Example ( OscMessage, m ) : void

Private Methods

Méthode Description
Awake ( ) : void

Awake is called when the script instance is being loaded.

OnDisable ( ) : void
Start ( ) : void

Start is called just before any of the Update methods is called the first time.

Update ( ) : void

Update is called every frame, if the MonoBehaviour is enabled.

Method Details

Example() public static méthode

public static Example ( OscMessage, m ) : void
m OscMessage,
Résultat void

Property Details

listenerPort public_oe property

public int listenerPort
Résultat int

remoteIp public_oe property

public string remoteIp
Résultat string

sendToPort public_oe property

public int sendToPort
Résultat int