Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
OscMessage
C# Class OscMessage, wekinator_examples
Mostrar archivo
Open project: fiebrink1/wekinator_examples
Class Usage Examples
Public Properties
Property
Type
Description
Address
string
Values
ArrayList
Public Methods
Method
Description
OscMessage
( ) :
UnityEngine
Method Details
OscMessage()
public
method
public
OscMessage
( ) :
UnityEngine
return
UnityEngine
Property Details
Address
public_oe property
The OSC address of the message as a string.
public
string
Address
return
string
Values
public_oe property
The list of values to be delivered to the Address.
public
ArrayList
Values
return
ArrayList