Click or drag to resize

WobbleSettings Class

Settings for configuration of the wobble feature
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3WobbleSettings

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.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