Show / Hide Table of Contents

Class RootComponent

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

Inheritance
object
RootComponent
DebugFocusedObjectTint
DebugMouseTint
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX