Enum StandardAxis
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
A funscript axis role, including the trailing Count sentinel. The values are part of the frozen plugin ABI and never change.
public enum StandardAxis
- Extension Methods
Fields
L0 = 0Linear stroke — the main up/down motion.
L1 = 1Linear surge — forward/back motion.
L2 = 2Linear sway — left/right motion.
R0 = 3Rotational twist.
R1 = 4Rotational roll.
R2 = 5Rotational pitch.
V0 = 6Vibration channel.
V1 = 7Second vibration channel.
A0 = 8Air / suction channel.
A1 = 9Second air / suction channel.
S0 = 10Scratch axis 0 — a user-created general-purpose axis.
S1 = 11Scratch axis 1.
S2 = 12Scratch axis 2.
S3 = 13Scratch axis 3.
S4 = 14Scratch axis 4.
S5 = 15Scratch axis 5.
S6 = 16Scratch axis 6.
S7 = 17Scratch axis 7.
S8 = 18Scratch axis 8.
S9 = 19Scratch axis 9.
Count = 20Number of axis roles (
kStandardAxisCountin the core) — a sentinel one past the last real axis (S9), not itself an axis. Cast tointfor the count.