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