Click or drag to resize

WobbleSettings Class

Settings for configuration of the wobble feature
Inheritance Hierarchy
System.Object
  RAYLASE.SPICE3.ConfigBase
    RAYLASE.SPICE3.WobbleSettings

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.1
Syntax
C#
public class WobbleSettings : ConfigBase

The WobbleSettings type exposes the following members.

Properties
 NameDescription
Public propertyAmplitude Gets or sets the wobble amplitude
Public propertyFrequency Gets or sets the wobble frequency.
Public propertyPhase Gets or sets the wobble phase offset for the x and y directions.
Top
Methods
 NameDescription
Public methodSetCircle Sets the Amplitude, Frequency and the appropriate Phase for circular wobbling.
Public methodSetEight Sets the Amplitude, Frequency and the appropriate Phase for figure-of-eight wobbling.
Top
See Also