Interactable.RollOffTime Property
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.
Allows for switching colliders without firing a lose focus immediately for advanced controls like drop-downs
public: property float RollOffTime { public:
float get(); protected:
void set(float value); };
public float RollOffTime { get; protected set; }
member this.RollOffTime : single with get, set
Public Property RollOffTime As Single