Skip to content

RootComponent Class

A component used only with RootComponents. Runs logic before the Screen is processed.

C#
public abstract class RootComponent

Inheritance object

C#
protected RootComponent()

Code to run during update.

C#
public abstract void Run(TimeSpan delta)

delta TimeSpan
The time that has elapsed since the last frame.