Interactable.globalFeedbackClickTime Field

Definition

Amount of time to "simulate" press states for interactions that do not utilize input up/down such as voice command This allows for visual feedbacks and other typical UX responsiveness and behavior to occur

protected: float globalFeedbackClickTime = 0.3;
protected const float globalFeedbackClickTime = 0.3;
val mutable globalFeedbackClickTime : single
Protected Const globalFeedbackClickTime As Single  = 0.3

Field Value

Value = 0.3

Applies to