/// <summary> /// Sets a <see cref="Static" /> effect on the keypad. /// </summary> /// <param name="effect">An instance of the <see cref="Static" /> struct.</param> public void SetStatic(Static effect) { SetGuid(NativeWrapper.CreateKeypadEffect(effect)); }
public void Set(Static effect) { SetStatic(effect); }