Class DpiChangedEvent
The DPI has changed.
Inherited Members
UnityEngine.UIElements.EventBase<UnityEngine.Dt.App.UI.DpiChangedEvent>.TypeId()
UnityEngine.UIElements.EventBase<UnityEngine.Dt.App.UI.DpiChangedEvent>.Init()
UnityEngine.UIElements.EventBase<UnityEngine.Dt.App.UI.DpiChangedEvent>.GetPooled()
UnityEngine.UIElements.EventBase<UnityEngine.Dt.App.UI.DpiChangedEvent>.Dispose()
UnityEngine.UIElements.EventBase<UnityEngine.Dt.App.UI.DpiChangedEvent>.eventTypeId
Namespace: UnityEngine.Dt.App.UI
Syntax
public class DpiChangedEvent : EventBase<DpiChangedEvent>, IDisposable
Properties
newValue
The new value.
Declaration
public float newValue { get; set; }
Property Value
Type | Description |
---|---|
Single |
previousValue
The previous value.
Declaration
public float previousValue { get; set; }
Property Value
Type | Description |
---|---|
Single |