Class SafeZoneChangedEventArgs
Represents the information after a Safe Zone Change in the game.
Inherited Members
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public class SafeZoneChangedEventArgs
Properties
View SourceAfter
The Safezone size after the change.
Declaration
public float After { get; }
Property Value
Type | Description |
---|---|
float |
Before
The raw Safezone size before the change.
Declaration
public float Before { get; }
Property Value
Type | Description |
---|---|
float |