Show / Hide Table of Contents

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 Source

AtmosDeviceUpdateEvent(Single)

Declaration
public AtmosDeviceUpdateEvent(float dt)
Parameters
Type Name Description
System.Single dt

Fields

| Improve this Doc View Source

dt

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾