Enum OscType
An enumeration of OSC types.
public enum OscType
Fields
Bool = 0
The OSC type for a boolean value.
Float = 2
The OSC type for a floating-point value.
Int = 1
The OSC type for an integer value.
An enumeration of OSC types.
public enum OscType
Bool = 0
The OSC type for a boolean value.
Float = 2
The OSC type for a floating-point value.
Int = 1
The OSC type for an integer value.