Class AtmosDeviceUpdateEvent
Inheritance
System.Object
AtmosDeviceUpdateEvent
Namespace: Content.Server.Atmos.Piping.Components
Assembly: Content.Server.dll
Syntax
public sealed class AtmosDeviceUpdateEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceAtmosDeviceUpdateEvent(Single)
Declaration
public AtmosDeviceUpdateEvent(float dt)
Parameters
Type | Name | Description |
---|---|---|
System.Single | dt |
Fields
| Improve this Doc View Sourcedt
Time elapsed since last update, in seconds. Multiply values used in the update handler by this number to make them tickrate-invariant. Use this number instead of AtmosphereSystem.AtmosTime.
Declaration
public float dt
Field Value
Type | Description |
---|---|
System.Single |