Show / Hide Table of Contents

Class TriggerOnTimedCollideComponent

Triggers when the entity is overlapped for the specified duration.

Inheritance
System.Object
TriggerOnTimedCollideComponent
Namespace: Content.Server.Explosion.Components
Assembly: Content.Server.dll
Syntax
public sealed class TriggerOnTimedCollideComponent : Component

Fields

| Improve this Doc View Source

Colliding

A collection of entities that are colliding with this, and their own unique accumulator.

Declaration
public readonly Dictionary<EntityUid, float> Colliding
Field Value
Type Description
Dictionary<EntityUid, System.Single>
| Improve this Doc View Source

Threshold

Declaration
public float Threshold
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾