Class DoAfterOverlay
Inheritance
System.Object
Robust.Client.Graphics.Overlay
DoAfterOverlay
Namespace: Content.Client.DoAfter
Assembly: Content.Client.dll
Syntax
public sealed class DoAfterOverlay : Overlay
Constructors
| Improve this Doc View SourceDoAfterOverlay(IEntityManager, IPrototypeManager, IGameTiming)
Declaration
public DoAfterOverlay(IEntityManager entManager, IPrototypeManager protoManager, IGameTiming timing)
Parameters
Type | Name | Description |
---|---|---|
IEntityManager | entManager | |
Robust.Shared.Prototypes.IPrototypeManager | protoManager | |
Robust.Shared.Timing.IGameTiming | timing |
Properties
| Improve this Doc View SourceSpace
Declaration
public override OverlaySpace Space { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Enums.OverlaySpace |
Overrides
Robust.Client.Graphics.Overlay.Space
Methods
| Improve this Doc View SourceDraw(OverlayDrawArgs)
Declaration
protected override void Draw(in OverlayDrawArgs args)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.Graphics.OverlayDrawArgs | args |
Overrides
Robust.Client.Graphics.Overlay.Draw(Robust.Client.Graphics.OverlayDrawArgs)
|
Improve this Doc
View Source
GetProgressColor(Single)
Declaration
public static Color GetProgressColor(float progress)
Parameters
Type | Name | Description |
---|---|---|
System.Single | progress |
Returns
Type | Description |
---|---|
Color |