Modifier

Share via


InteractableGrabScaleTheme.OnUpdate(Int32, Boolean) Method

Definition

Update ThemeEngine for given state based on Theme logic. Check, sets, and possibly eases values based on given state

public override void OnUpdate (int state, bool force = false);
override this.OnUpdate : int * bool -> unit
Public Overrides Sub OnUpdate (state As Integer, Optional force As Boolean = false)

Parameters

state
Int32

current state to target

force
Boolean

force update call even if state is not new

Applies to