s&box docs

public class Sandbox.HapticEffect

Contains a haptic effect, which consists of patterns for the controller and triggers.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 2 constructors

Methods

Showing 2 methods

protected virtual bool PrintMembers(System.Text.StringBuilder builder)

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 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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.HapticEffect

On this page