API ReferenceSandbox
public class Sandbox.HapticEffect
Contains a haptic effect, which consists of patterns for the controller and triggers.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 2 methods
public virtual Sandbox.HapticEffect <Clone>$()
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
Showing 10 properties
public float Sandbox.HapticEffect.AmplitudeScale { get; set; }
protected virtual System.Type Sandbox.HapticEffect.EqualityContract { get; set; }
public float Sandbox.HapticEffect.FrequencyScale { get; set; }
public static Sandbox.HapticEffect Sandbox.HapticEffect.HardImpact { get; set; }
A haptic pattern that represents a hard, sudden impact.
public static Sandbox.HapticEffect Sandbox.HapticEffect.Heartbeat { get; set; }
A haptic effect that feels like a heartbeat.
public float Sandbox.HapticEffect.LengthScale { get; set; }
public static Sandbox.HapticEffect Sandbox.HapticEffect.Rumble { get; set; }
Applies a simple rumble to the controller.
public static Sandbox.HapticEffect Sandbox.HapticEffect.RumbleLeftTrigger { get; set; }
Applies a simple rumble to the left trigger.
public static Sandbox.HapticEffect Sandbox.HapticEffect.RumbleRightTrigger { get; set; }
Applies a simple rumble to the right trigger.
public static Sandbox.HapticEffect Sandbox.HapticEffect.SoftImpact { get; set; }
A haptic pattern that represents a light, soft impact.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.HapticEffect |