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 SourceColliding
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> |
Threshold
Declaration
public float Threshold
Field Value
Type | Description |
---|---|
System.Single |