RootComponent Class
Definition
Section titled “Definition”A component used only with RootComponents. Runs logic before the Screen is processed.
public abstract class RootComponentInheritance object
Constructors
Section titled “Constructors”RootComponent()
Section titled “RootComponent()”protected RootComponent()Methods
Section titled “Methods”Run(TimeSpan)
Section titled “Run(TimeSpan)”Code to run during update.
public abstract void Run(TimeSpan delta)Parameters
Section titled “Parameters”delta TimeSpan
The time that has elapsed since the last frame.