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