Table of Contents

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 = 0

Linear stroke — the main up/down motion.

L1 = 1

Linear surge — forward/back motion.

L2 = 2

Linear sway — left/right motion.

R0 = 3

Rotational twist.

R1 = 4

Rotational roll.

R2 = 5

Rotational pitch.

V0 = 6

Vibration channel.

V1 = 7

Second vibration channel.

A0 = 8

Air / suction channel.

A1 = 9

Second air / suction channel.

S0 = 10

Scratch axis 0 — a user-created general-purpose axis.

S1 = 11

Scratch axis 1.

S2 = 12

Scratch axis 2.

S3 = 13

Scratch axis 3.

S4 = 14

Scratch axis 4.

S5 = 15

Scratch axis 5.

S6 = 16

Scratch axis 6.

S7 = 17

Scratch axis 7.

S8 = 18

Scratch axis 8.

S9 = 19

Scratch axis 9.

Count = 20

Number of axis roles (kStandardAxisCount in the core) — a sentinel one past the last real axis (S9), not itself an axis. Cast to int for the count.