Class ScalarCmd.ScalarCommand
Container object for representing a single rotation command on a device that may have
multiple independent rotating features. Missing index, as it is to be used in enumerative structures that imply index.
Inheritance
ScalarCmd.ScalarCommand
Assembly: Buttplug.dll
Syntax
public class ScalarCommand : object
Constructors
ScalarCommand(UInt32, Double)
Declaration
public ScalarCommand(uint index, double scalar)
Parameters
Fields
index
Declaration
public readonly uint index
Field Value
scalar
Declaration
public readonly double scalar
Field Value