Table of Contents

Enum OscType

Namespace
BuildSoft.VRChat.Osc
Assembly
vrcosclib.dll

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.