Class RootComponent
A component used only with RootComponents. Runs logic before the Screen is processed.
Inherited Members
Namespace: SadConsole.Components
Assembly: SadConsole.dll
Syntax
public abstract class RootComponent
Constructors
RootComponent()
Declaration
protected RootComponent()
Methods
Run(TimeSpan)
Code to run during update.
Declaration
public abstract void Run(TimeSpan delta)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | delta | The time that has elapsed since the last frame. |