Interactable.SetInteractive(Boolean) Method
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.
Caution
Use IsInteractive property instead
Change the Interactive state
public:
virtual void SetInteractive(bool interactive);
[System.Obsolete("Use IsInteractive property instead")]
public virtual void SetInteractive (bool interactive);
[<System.Obsolete("Use IsInteractive property instead")>]
abstract member SetInteractive : bool -> unit
override this.SetInteractive : bool -> unit
Public Overridable Sub SetInteractive (interactive As Boolean)
Parameters
- interactive
- Boolean
- Attributes