SceneUnderstandingObserverProfile.AutoUpdate Property

Definition

Whether the observer updates its observations automatically on interval.

public:
 property bool AutoUpdate { bool get(); };
public bool AutoUpdate { get; }
member this.AutoUpdate : bool
Public ReadOnly Property AutoUpdate As Boolean

Property Value

Remarks

When false, call UpdateOnDemand() to manually update an observer when needed.

Applies to