Interactable.globalFeedbackClickTime Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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