Property TrackingEnabled
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
TrackingEnabled
Gets or sets a value indicating whether tracking is enabled for this ObservedValue<T>.
public bool TrackingEnabled { get; set; }
Property Value
Remarks
When false, OnValueChange will not be raised when the value of these ObservedValue<T> changes.