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