Class LedEffectAuthoring
Gamepad LED color: the PlayStation light bar (DualSense / DualShock 4) or the Switch Pro
home-ring intensity. Desktop/editor only; a no-op on pads with no controllable LED.
Inheritance
LedEffectAuthoring
Assembly: Serenity.UnityFeedback.Infrastructure.dll
Syntax
public sealed class LedEffectAuthoring : FeedbackEffectAuthoring
Constructors
LedEffectAuthoring()
Declaration
public LedEffectAuthoring()
Fields
Color
Declaration
Field Value
DurationSeconds
Declaration
public float DurationSeconds
Field Value
HaveExitTime
Declaration
Field Value
Properties
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
| Type |
Description |
| string |
Human-readable label for the inspector.
|
Overrides
Methods
ToEffect()
Converts this authoring block into its engine-agnostic effect.
Declaration
public override IFeedbackEffect ToEffect()
Returns
Overrides