Show / Hide Table of Contents

Class DoAfterComponentState

Inheritance
System.Object
DoAfterComponentState
Namespace: Content.Shared.DoAfter
Assembly: Content.Shared.dll
Syntax
public sealed class DoAfterComponentState : ComponentState

Constructors

| Improve this Doc View Source

DoAfterComponentState(IEntityManager, DoAfterComponent)

Declaration
public DoAfterComponentState(IEntityManager entManager, DoAfterComponent component)
Parameters
Type Name Description
IEntityManager entManager
DoAfterComponent component

Fields

| Improve this Doc View Source

DoAfters

Declaration
public readonly Dictionary<ushort, DoAfter> DoAfters
Field Value
Type Description
Dictionary<System.UInt16, DoAfter>
| Improve this Doc View Source

NextId

Declaration
public readonly ushort NextId
Field Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾