Class TypingIndicatorVisualizerSystem
Inheritance
System.Object
Robust.Shared.GameObjects.EntitySystem
Robust.Client.GameObjects.VisualizerSystem<TypingIndicatorComponent>
TypingIndicatorVisualizerSystem
Implements
Robust.Shared.GameObjects.IEntitySystem
Robust.Shared.GameObjects.IEntityEventSubscriber
Robust.Shared.IoC.IPostInjectInit
Namespace: Content.Client.Chat.TypingIndicator
Assembly: Content.Client.dll
Syntax
public sealed class TypingIndicatorVisualizerSystem : VisualizerSystem<TypingIndicatorComponent>, IEntitySystem, IEntityEventSubscriber, IPostInjectInit
Methods
| Improve this Doc View SourceOnAppearanceChange(EntityUid, TypingIndicatorComponent, ref AppearanceChangeEvent)
Declaration
protected override void OnAppearanceChange(EntityUid uid, TypingIndicatorComponent component, ref AppearanceChangeEvent args)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityUid | uid | |
| TypingIndicatorComponent | component | |
| Robust.Client.GameObjects.AppearanceChangeEvent | args |
Implements
Robust.Shared.GameObjects.IEntitySystem
Robust.Shared.GameObjects.IEntityEventSubscriber
Robust.Shared.IoC.IPostInjectInit